metodo System::IO::BasicSystemOStreamWrapper::operator=

BasicSystemOStreamWrapper::operator=(BasicSystemOStreamWrapper&&) method

Operatore di assegnazione di spostamento.

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

ReturnValue

*this

Vedi anche

BasicSystemOStreamWrapper::operator=(const BasicSystemOStreamWrapper&) method

Operatore di assegnazione di copia. Eliminato.

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

Vedi anche