System::ExceptionWrapper::operator= methode
ExceptionWrapper::operator=(const ExceptionWrapper&) method
Toewijzingsoperator.
ExceptionWrapper & System::ExceptionWrapper<T>::operator=(const ExceptionWrapper &other)
| Parameter | Type | Beschrijving |
|---|---|---|
| anders | const ExceptionWrapper& | Andere instantie van de wrapperklasse die moet worden toegewezen. |
ReturnValue
Instantie met nieuw toegewezen waarde.
Zie ook
- Class ExceptionWrapper
- Class ExceptionWrapper
- Namespace System
- Library Aspose.Page for C++
ExceptionWrapper::operator=(ExceptionWrapper&&) method
Verplaatsings-toewijzingsoperator.
ExceptionWrapper & System::ExceptionWrapper<T>::operator=(ExceptionWrapper &&other) noexcept
| Parameter | Type | Beschrijving |
|---|---|---|
| anders | ExceptionWrapper&& | Andere instantie van de wrapperklasse die moet worden verplaatst. |
ReturnValue
Instantie met nieuw verplaatste waarde.
Zie ook
- Class ExceptionWrapper
- Class ExceptionWrapper
- Namespace System
- Library Aspose.Page for C++