System::IO::BasicSystemIOStreamWrapper::operator= méthode

BasicSystemIOStreamWrapper::operator=(BasicSystemIOStreamWrapper&&) method

Opérateur d’affectation par déplacement.

BasicSystemIOStreamWrapper & System::IO::BasicSystemIOStreamWrapper<Elem, Traits>::operator=(BasicSystemIOStreamWrapper &&right) noexcept
ParamètreTypeDescription
rightBasicSystemIOStreamWrapper&&Object à déplacer

ReturnValue

*this

Voir aussi

BasicSystemIOStreamWrapper::operator=(const BasicSystemIOStreamWrapper&) method

Opérateur d’affectation par copie. Supprimé.

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

Voir aussi