System::IO::BasicSystemIOStreamWrapper::operator= Methode

BasicSystemIOStreamWrapper::operator=(BasicSystemIOStreamWrapper&&) method

Move-Zuweisungsoperator.

BasicSystemIOStreamWrapper & System::IO::BasicSystemIOStreamWrapper<Elem, Traits>::operator=(BasicSystemIOStreamWrapper &&right) noexcept
ParameterTypBeschreibung
rightBasicSystemIOStreamWrapper&&Object zu verschieben

ReturnValue

*this

Siehe auch

BasicSystemIOStreamWrapper::operator=(const BasicSystemIOStreamWrapper&) method

Kopierzuweisungsoperator. Gelöscht.

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

Siehe auch