System::IO::BasicSystemIOStreamWrapper::operator= metodo

BasicSystemIOStreamWrapper::operator=(BasicSystemIOStreamWrapper&&) method

Operatore di assegnazione di spostamento.

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

ReturnValue

*this

Vedi anche

BasicSystemIOStreamWrapper::operator=(const BasicSystemIOStreamWrapper&) method

Operatore di assegnazione di copia. Eliminato.

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

Vedi anche