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