operator=()

BasicSystemIOStreamBuf::operator=(const BasicSystemIOStreamBuf&) method

Copy assignment operator. Deleted.

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

BasicSystemIOStreamBuf::operator=(BasicSystemIOStreamBuf&&) method

Move assignment operator.

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

Arguments

ParameterTypeDescription
rightBasicSystemIOStreamBuf&&Object to be move

Return Value

*this

See Also