System::ExceptionWrapper::operator= 方法
ExceptionWrapper::operator=(const ExceptionWrapper&) method
赋值运算符。
ExceptionWrapper & System::ExceptionWrapper<T>::operator=(const ExceptionWrapper &other)
| 参数 | 类型 | 描述 |
|---|---|---|
| 其他 | const ExceptionWrapper& | 需要被赋值的包装类的另一个实例。 |
ReturnValue
具有新赋值的实例。
另见
- Class ExceptionWrapper
- Class ExceptionWrapper
- Namespace System
- Library Aspose.Font for C++
ExceptionWrapper::operator=(ExceptionWrapper&&) method
移动赋值运算符。
ExceptionWrapper & System::ExceptionWrapper<T>::operator=(ExceptionWrapper &&other) noexcept
| 参数 | 类型 | 描述 |
|---|---|---|
| 其他 | ExceptionWrapper&& | 需要被移动的包装类的另一个实例。 |
ReturnValue
具有新移动值的实例。
另见
- Class ExceptionWrapper
- Class ExceptionWrapper
- Namespace System
- Library Aspose.Font for C++