System::IO::BasicSystemIOStreamWrapper::operator= metod

BasicSystemIOStreamWrapper::operator=(BasicSystemIOStreamWrapper&&) method

Flyttilldelningsoperator.

BasicSystemIOStreamWrapper & System::IO::BasicSystemIOStreamWrapper<Elem, Traits>::operator=(BasicSystemIOStreamWrapper &&right) noexcept
ParameterTypeBeskrivning
rightBasicSystemIOStreamWrapper&&Object att flyttas

ReturnValue

*this

Se även

BasicSystemIOStreamWrapper::operator=(const BasicSystemIOStreamWrapper&) method

Kopieringstilldelningsoperator. Borttagen.

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

Se även