System::IO::BasicSystemIOStreamBuf::operator= 方法
BasicSystemIOStreamBuf::operator=(BasicSystemIOStreamBuf&&) method
移动赋值运算符。
BasicSystemIOStreamBuf & System::IO::BasicSystemIOStreamBuf<Elem, Traits>::operator=(BasicSystemIOStreamBuf &&right) noexcept
| Parameter | Type | 描述 |
|---|---|---|
| right | BasicSystemIOStreamBuf&& | Object 待移动 |
ReturnValue
*this
另见
- Class BasicSystemIOStreamBuf
- Class BasicSystemIOStreamBuf
- Namespace System::IO
- Library Aspose.Page 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.Page for C++