System::IO::BasicSystemIStreamWrapper::operator= 方法
BasicSystemIStreamWrapper::operator=(BasicSystemIStreamWrapper&&) method
移动赋值运算符。
BasicSystemIStreamWrapper & System::IO::BasicSystemIStreamWrapper<Elem, Traits>::operator=(BasicSystemIStreamWrapper &&right) noexcept
| 参数 | 类型 | 描述 |
|---|---|---|
| right | BasicSystemIStreamWrapper&& | Object 以进行移动 |
ReturnValue
*this
另见
- Class BasicSystemIStreamWrapper
- Class BasicSystemIStreamWrapper
- Namespace System::IO
- Library Aspose.Font for C++
BasicSystemIStreamWrapper::operator=(const BasicSystemIStreamWrapper&) method
拷贝赋值运算符。已删除。
BasicSystemIStreamWrapper & System::IO::BasicSystemIStreamWrapper<Elem, Traits>::operator=(const BasicSystemIStreamWrapper &)=delete
另见
- Class BasicSystemIStreamWrapper
- Class BasicSystemIStreamWrapper
- Namespace System::IO
- Library Aspose.Font for C++