System::IO::BasicSystemIStreamWrapper::operator= methode

BasicSystemIStreamWrapper::operator=(BasicSystemIStreamWrapper&&) method

Verplaatsings-toewijzingsoperator.

BasicSystemIStreamWrapper & System::IO::BasicSystemIStreamWrapper<Elem, Traits>::operator=(BasicSystemIStreamWrapper &&right) noexcept
ParameterTypeBeschrijving
rightBasicSystemIStreamWrapper&&Object te verplaatsen

ReturnValue

*this

Zie ook

BasicSystemIStreamWrapper::operator=(const BasicSystemIStreamWrapper&) method

Copy‑toewijzingsoperator. Verwijderd.

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

Zie ook