System::ExceptionWrapper::operator= metod
ExceptionWrapper::operator=(const ExceptionWrapper&) method
Tilldelningsoperator.
ExceptionWrapper & System::ExceptionWrapper<T>::operator=(const ExceptionWrapper &other)
| Parameter | Type | Beskrivning |
|---|---|---|
| annat | const ExceptionWrapper& | Annan instans av omslagsklassen som måste tilldelas. |
ReturnValue
Instans med nytt tilldelat värde.
Se även
- Class ExceptionWrapper
- Class ExceptionWrapper
- Namespace System
- Library Aspose.Page for C++
ExceptionWrapper::operator=(ExceptionWrapper&&) method
Flyttilldelningsoperator.
ExceptionWrapper & System::ExceptionWrapper<T>::operator=(ExceptionWrapper &&other) noexcept
| Parameter | Type | Beskrivning |
|---|---|---|
| annat | ExceptionWrapper&& | Annan instans av omslagsklassen som måste flyttas. |
ReturnValue
Instans med nytt flyttat värde.
Se även
- Class ExceptionWrapper
- Class ExceptionWrapper
- Namespace System
- Library Aspose.Page for C++