Метод System::IO::BasicSystemIOStreamWrapper::operator=

BasicSystemIOStreamWrapper::operator=(BasicSystemIOStreamWrapper&&) method

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

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

ReturnValue

*this

См. также

BasicSystemIOStreamWrapper::operator=(const BasicSystemIOStreamWrapper&) method

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

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

См. также