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.Page for C++
ExceptionWrapper::operator=(ExceptionWrapper&&) method
ムーブ代入演算子。
ExceptionWrapper & System::ExceptionWrapper<T>::operator=(ExceptionWrapper &&other) noexcept
| パラメーター | 型 | 説明 |
|---|---|---|
| その他 | ExceptionWrapper&& | ムーブが必要なラッパークラスの別のインスタンスです。 |
ReturnValue
新しくムーブされた値を持つインスタンスです。
参照
- Class ExceptionWrapper
- Class ExceptionWrapper
- Namespace System
- Library Aspose.Page for C++