System::ExceptionWrapper::operator= metod

ExceptionWrapper::operator=(const ExceptionWrapper&) method

Tilldelningsoperator.

ExceptionWrapper & System::ExceptionWrapper<T>::operator=(const ExceptionWrapper &other)
ParameterTypeBeskrivning
annatconst ExceptionWrapper&Annan instans av omslagsklassen som måste tilldelas.

ReturnValue

Instans med nytt tilldelat värde.

Se även

ExceptionWrapper::operator=(ExceptionWrapper&&) method

Flyttilldelningsoperator.

ExceptionWrapper & System::ExceptionWrapper<T>::operator=(ExceptionWrapper &&other) noexcept
ParameterTypeBeskrivning
annatExceptionWrapper&&Annan instans av omslagsklassen som måste flyttas.

ReturnValue

Instans med nytt flyttat värde.

Se även