طريقة System::ExceptionWrapper::operator=

ExceptionWrapper::operator=(const ExceptionWrapper&) method

عامل الإسناد.

ExceptionWrapper & System::ExceptionWrapper<T>::operator=(const ExceptionWrapper &other)
ParameterTypeالوصف
آخرconst ExceptionWrapper&كائن آخر من فئة الـ wrapper يجب تعيينه.

ReturnValue

كائن بقيمة جديدة مُعينة.

انظر أيضًا

ExceptionWrapper::operator=(ExceptionWrapper&&) method

عامل إسناد النقل.

ExceptionWrapper & System::ExceptionWrapper<T>::operator=(ExceptionWrapper &&other) noexcept
ParameterTypeالوصف
آخرExceptionWrapper&&كائن آخر من فئة الـ wrapper يجب نقله.

ReturnValue

كائن بقيمة جديدة مُنقولة.

انظر أيضًا