System::IO::BasicSystemIStreamWrapper::operator= Methode

BasicSystemIStreamWrapper::operator=(BasicSystemIStreamWrapper&&) method

Move-Zuweisungsoperator.

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

ReturnValue

*this

Siehe auch

BasicSystemIStreamWrapper::operator=(const BasicSystemIStreamWrapper&) method

Kopierzuweisungsoperator. Gelöscht.

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

Siehe auch