System::ExceptionWrapper::operator= method

ExceptionWrapper::operator=(const ExceptionWrapper&) method

Tilldelningsoperator.

ExceptionWrapper & System::ExceptionWrapper<T>::operator=(const ExceptionWrapper &other)
ParameterTypBeskrivning
annatconst ExceptionWrapper&Annan instans av omslagsklass 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
ParameterTypBeskrivning
annatExceptionWrapper&&Annan instans av omslagsklass som måste flyttas.

ReturnValue

Instans med nytt flyttat värde.

Se även