System::ExceptionWrapper::operator= method

ExceptionWrapper::operator=(const ExceptionWrapper&) method

Assignment operator.

ExceptionWrapper & System::ExceptionWrapper<T>::operator=(const ExceptionWrapper &other)
ParameterTypeDescription
otherconst ExceptionWrapper&Other instance of wrapper class that must be assigned.

ReturnValue

Instance with new assigned value.

See Also

ExceptionWrapper::operator=(ExceptionWrapper&&) method

Move assignment operator.

ExceptionWrapper & System::ExceptionWrapper<T>::operator=(ExceptionWrapper &&other) noexcept
ParameterTypeDescription
otherExceptionWrapper&&Other instance of wrapper class that must be moved.

ReturnValue

Instance with new moved value.

See Also