System::ExceptionWrapper::operator= yöntemi

ExceptionWrapper::operator=(const ExceptionWrapper&) method

Atama operatörü.

ExceptionWrapper & System::ExceptionWrapper<T>::operator=(const ExceptionWrapper &other)
ParameterTypeAçıklama
diğerconst ExceptionWrapper\&Atanması gereken sarmalayıcı sınıfının diğer örneği.

ReturnValue

Yeni atanmış değerle örnek.

Ayrıca Bakınız

ExceptionWrapper::operator=(ExceptionWrapper&&) method

Taşıma atama operatörü.

ExceptionWrapper & System::ExceptionWrapper<T>::operator=(ExceptionWrapper &&other) noexcept
ParameterTypeAçıklama
diğerExceptionWrapper\&&Taşınması gereken sarmalayıcı sınıfının diğer örneği.

ReturnValue

Yeni taşınmış değerle örnek.

Ayrıca Bakınız