System::IO::BasicSystemOStreamWrapper::operator= method

BasicSystemOStreamWrapper::operator=(const BasicSystemOStreamWrapper&) method

Copy assignment operator. Deleted.

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

See Also

BasicSystemOStreamWrapper::operator=(BasicSystemOStreamWrapper&&) method

Move assignment operator.

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

ReturnValue

*this

See Also