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