System::IO::BasicSystemIOStreamBuf::operator= method

BasicSystemIOStreamBuf::operator=(const BasicSystemIOStreamBuf&) method

Copy assignment operator. Deleted.

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

See Also

BasicSystemIOStreamBuf::operator=(BasicSystemIOStreamBuf&&) method

Move assignment operator.

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

ReturnValue

*this

See Also