System::ExceptionWrapper::operator= μέθοδος
ExceptionWrapper::operator=(const ExceptionWrapper&) method
Τελεστής ανάθεσης.
ExceptionWrapper & System::ExceptionWrapper<T>::operator=(const ExceptionWrapper &other)
| Parameter | Type | Περιγραφή |
|---|---|---|
| άλλο | const ExceptionWrapper& | Άλλη παρουσία της κλάσης wrapper που πρέπει να ανατεθεί. |
ReturnValue
Παρουσία με νέα ανατεθειμένη τιμή.
Δείτε επίσης
- Class ExceptionWrapper
- Class ExceptionWrapper
- Namespace System
- Library Aspose.Page for C++
ExceptionWrapper::operator=(ExceptionWrapper&&) method
Τελεστής ανάθεσης μετακίνησης.
ExceptionWrapper & System::ExceptionWrapper<T>::operator=(ExceptionWrapper &&other) noexcept
| Parameter | Type | Περιγραφή |
|---|---|---|
| άλλο | ExceptionWrapper&& | Άλλη παρουσία της κλάσης wrapper που πρέπει να μετακινηθεί. |
ReturnValue
Παρουσία με νέα μετακινημένη τιμή.
Δείτε επίσης
- Class ExceptionWrapper
- Class ExceptionWrapper
- Namespace System
- Library Aspose.Page for C++