System::ExceptionWrapper::operator= method
ExceptionWrapper::operator=(const ExceptionWrapper&) method
Assignment operator.
ExceptionWrapper & System::ExceptionWrapper<T>::operator=(const ExceptionWrapper &other)
Parameter | Type | Description |
---|---|---|
other | const ExceptionWrapper& | Other instance of wrapper class that must be assigned. |
ReturnValue
Instance with new assigned value.
See Also
- Class ExceptionWrapper
- Class ExceptionWrapper
- Namespace System
- Library Aspose.PUB for C++
ExceptionWrapper::operator=(ExceptionWrapper&&) method
Move assignment operator.
ExceptionWrapper & System::ExceptionWrapper<T>::operator=(ExceptionWrapper &&other) noexcept
Parameter | Type | Description |
---|---|---|
other | ExceptionWrapper&& | Other instance of wrapper class that must be moved. |
ReturnValue
Instance with new moved value.
See Also
- Class ExceptionWrapper
- Class ExceptionWrapper
- Namespace System
- Library Aspose.PUB for C++