System::ExceptionWrapper::operator= Methode
ExceptionWrapper::operator=(const ExceptionWrapper&) method
Zuweisungsoperator.
ExceptionWrapper & System::ExceptionWrapper<T>::operator=(const ExceptionWrapper &other)
| Parameter | Typ | Beschreibung |
|---|---|---|
| andere | const ExceptionWrapper& | Andere Instanz der Wrapper‑Klasse, die zugewiesen werden muss. |
ReturnValue
Instanz mit neu zugewiesenem Wert.
Siehe auch
- Class ExceptionWrapper
- Class ExceptionWrapper
- Namespace System
- Library Aspose.Font for C++
ExceptionWrapper::operator=(ExceptionWrapper&&) method
Move-Zuweisungsoperator.
ExceptionWrapper & System::ExceptionWrapper<T>::operator=(ExceptionWrapper &&other) noexcept
| Parameter | Typ | Beschreibung |
|---|---|---|
| andere | ExceptionWrapper&& | Andere Instanz der Wrapper‑Klasse, die verschoben werden muss. |
ReturnValue
Instanz mit neu verschobenem Wert.
Siehe auch
- Class ExceptionWrapper
- Class ExceptionWrapper
- Namespace System
- Library Aspose.Font for C++