System::IO::BasicSystemIStreamWrapper::operator= 方法

BasicSystemIStreamWrapper::operator=(BasicSystemIStreamWrapper&&) method

移动赋值运算符。

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

ReturnValue

*this

另见

BasicSystemIStreamWrapper::operator=(const BasicSystemIStreamWrapper&) method

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

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

另见