operator=()

BasicSystemIStreamWrapper::operator=(const BasicSystemIStreamWrapper&) method

Copy assignment operator. Deleted.

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

BasicSystemIStreamWrapper::operator=(BasicSystemIStreamWrapper&&) method

Move assignment operator.

BasicSystemIStreamWrapper & System::IO::BasicSystemIStreamWrapper<Elem, Traits>::operator=(BasicSystemIStreamWrapper &&right) noexcept

Arguments

ParameterTypeDescription
rightBasicSystemIStreamWrapper&&Object to be move

Return Value

*this

See Also