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