System::IO::BasicSystemIStreamWrapper::operator= metodo

BasicSystemIStreamWrapper::operator=(BasicSystemIStreamWrapper&&) method

Operatore di assegnazione di spostamento.

BasicSystemIStreamWrapper & System::IO::BasicSystemIStreamWrapper<Elem, Traits>::operator=(BasicSystemIStreamWrapper &&right) noexcept
ParametroTipoDescrizione
rightBasicSystemIStreamWrapper&&Object da spostare

ReturnValue

*this

Vedi anche

BasicSystemIStreamWrapper::operator=(const BasicSystemIStreamWrapper&) method

Operatore di assegnazione di copia. Eliminato.

BasicSystemIStreamWrapper & System::IO::BasicSystemIStreamWrapper<Elem, Traits>::operator=(const BasicSystemIStreamWrapper &)=delete

Vedi anche