System::IO::BasicSystemIOStreamBuf::operator= метод

BasicSystemIOStreamBuf::operator=(BasicSystemIOStreamBuf&&) method

Оператор перемещающего присваивания.

BasicSystemIOStreamBuf & System::IO::BasicSystemIOStreamBuf<Elem, Traits>::operator=(BasicSystemIOStreamBuf &&right) noexcept
ПараметрТипОписание
rightBasicSystemIOStreamBuf&&Object для перемещения

ReturnValue

*this

См. также

BasicSystemIOStreamBuf::operator=(const BasicSystemIOStreamBuf&) method

Оператор копирующего присваивания. Удалён.

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

См. также