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

另见