System::IO::BasicSystemIStreamWrapper::operator=‑metod

BasicSystemIStreamWrapper::operator=(BasicSystemIStreamWrapper&&) method

Flyttilldelningsoperator.

BasicSystemIStreamWrapper & System::IO::BasicSystemIStreamWrapper<Elem, Traits>::operator=(BasicSystemIStreamWrapper &&right) noexcept
ParameterTypBeskrivning
rightBasicSystemIStreamWrapper&&Object att flyttas

ReturnValue

*this

Se även

BasicSystemIStreamWrapper::operator=(const BasicSystemIStreamWrapper&) method

Kopieringsoperator för tilldelning. Borttagen.

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

Se även