System::IO::BasicSystemOStreamWrapper::operator= 方法

BasicSystemOStreamWrapper::operator=(BasicSystemOStreamWrapper&&) method

移动赋值运算符。

BasicSystemOStreamWrapper & System::IO::BasicSystemOStreamWrapper<Elem, Traits>::operator=(BasicSystemOStreamWrapper &&right) noexcept
参数类型描述
rightBasicSystemOStreamWrapper&&Object 以进行移动

ReturnValue

*this

另见

BasicSystemOStreamWrapper::operator=(const BasicSystemOStreamWrapper&) method

拷贝赋值运算符。已删除。

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

另见