System::IO::BasicSystemIOStreamWrapper::operator= method

BasicSystemIOStreamWrapper::operator=(const BasicSystemIOStreamWrapper&) method

Copy assignment operator. Deleted.

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

See Also

BasicSystemIOStreamWrapper::operator=(BasicSystemIOStreamWrapper&&) method

Move assignment operator.

BasicSystemIOStreamWrapper & System::IO::BasicSystemIOStreamWrapper<Elem, Traits>::operator=(BasicSystemIOStreamWrapper &&right) noexcept
ParameterTypeDescription
rightBasicSystemIOStreamWrapper&&Object to be move

ReturnValue

*this

See Also