System::ExceptionWrapper::operator= metodo
ExceptionWrapper::operator=(const ExceptionWrapper&) method
Operatore di assegnazione.
ExceptionWrapper & System::ExceptionWrapper<T>::operator=(const ExceptionWrapper &other)
| Parametro | Tipo | Descrizione |
|---|---|---|
| altro | const ExceptionWrapper& | Altra istanza della classe wrapper che deve essere assegnata. |
ReturnValue
Istanza con nuovo valore assegnato.
Vedi anche
- Class ExceptionWrapper
- Class ExceptionWrapper
- Namespace System
- Library Aspose.Font for C++
ExceptionWrapper::operator=(ExceptionWrapper&&) method
Operatore di assegnazione di spostamento.
ExceptionWrapper & System::ExceptionWrapper<T>::operator=(ExceptionWrapper &&other) noexcept
| Parametro | Tipo | Descrizione |
|---|---|---|
| altro | ExceptionWrapper&& | Altra istanza della classe wrapper che deve essere spostata. |
ReturnValue
Istanza con nuovo valore spostato.
Vedi anche
- Class ExceptionWrapper
- Class ExceptionWrapper
- Namespace System
- Library Aspose.Font for C++