طريقة System::ExceptionWrapper::operator=
ExceptionWrapper::operator=(const ExceptionWrapper&) method
عامل الإسناد.
ExceptionWrapper & System::ExceptionWrapper<T>::operator=(const ExceptionWrapper &other)
| Parameter | Type | الوصف |
|---|---|---|
| آخر | const ExceptionWrapper& | كائن آخر من فئة الـ wrapper يجب تعيينه. |
ReturnValue
كائن بقيمة جديدة مُعينة.
انظر أيضًا
- Class ExceptionWrapper
- Class ExceptionWrapper
- Namespace System
- Library Aspose.Page for C++
ExceptionWrapper::operator=(ExceptionWrapper&&) method
عامل إسناد النقل.
ExceptionWrapper & System::ExceptionWrapper<T>::operator=(ExceptionWrapper &&other) noexcept
| Parameter | Type | الوصف |
|---|---|---|
| آخر | ExceptionWrapper&& | كائن آخر من فئة الـ wrapper يجب نقله. |
ReturnValue
كائن بقيمة جديدة مُنقولة.
انظر أيضًا
- Class ExceptionWrapper
- Class ExceptionWrapper
- Namespace System
- Library Aspose.Page for C++