System::ExceptionWrapper::operator= yöntemi
ExceptionWrapper::operator=(const ExceptionWrapper&) method
Atama operatörü.
ExceptionWrapper & System::ExceptionWrapper<T>::operator=(const ExceptionWrapper &other)
| Parameter | Type | Açıklama |
|---|---|---|
| diğer | const ExceptionWrapper\& | Atanması gereken sarmalayıcı sınıfının diğer örneği. |
ReturnValue
Yeni atanmış değerle örnek.
Ayrıca Bakınız
- Class ExceptionWrapper
- Class ExceptionWrapper
- Namespace System
- Library Aspose.Page for C++
ExceptionWrapper::operator=(ExceptionWrapper&&) method
Taşıma atama operatörü.
ExceptionWrapper & System::ExceptionWrapper<T>::operator=(ExceptionWrapper &&other) noexcept
| Parameter | Type | Açıklama |
|---|---|---|
| diğer | ExceptionWrapper\&& | Taşınması gereken sarmalayıcı sınıfının diğer örneği. |
ReturnValue
Yeni taşınmış değerle örnek.
Ayrıca Bakınız
- Class ExceptionWrapper
- Class ExceptionWrapper
- Namespace System
- Library Aspose.Page for C++