System::IO::BasicSystemIOStreamBuf::operator= metodo

BasicSystemIOStreamBuf::operator=(BasicSystemIOStreamBuf&&) method

Operatore di assegnazione di spostamento.

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

ReturnValue

*this

Vedi anche

BasicSystemIOStreamBuf::operator=(const BasicSystemIOStreamBuf&) method

Operatore di assegnazione di copia. Eliminato.

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

Vedi anche