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