operator=()

BasicSystemIOStreamWrapper::operator=(const BasicSystemIOStreamWrapper&) method

Copy assignment operator. Deleted.

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

BasicSystemIOStreamWrapper::operator=(BasicSystemIOStreamWrapper&&) method

Move assignment operator.

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

Arguments

ParameterTypeDescription
rightBasicSystemIOStreamWrapper&&Object to be move

Return Value

*this

See Also