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

BasicSystemIOStreamWrapper::operator=(BasicSystemIOStreamWrapper&&) method

Flyttilldelningsoperator.

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

ReturnValue

*this

Se även

BasicSystemIOStreamWrapper::operator=(const BasicSystemIOStreamWrapper&) method

Kopieringsoperator för tilldelning. Borttagen.

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

Se även