System::ExceptionWrapper::operator= 方法

ExceptionWrapper::operator=(const ExceptionWrapper&) method

赋值运算符。

ExceptionWrapper & System::ExceptionWrapper<T>::operator=(const ExceptionWrapper &other)
参数类型描述
其他const ExceptionWrapper&需要被赋值的包装类的另一个实例。

ReturnValue

具有新赋值的实例。

另见

ExceptionWrapper::operator=(ExceptionWrapper&&) method

移动赋值运算符。

ExceptionWrapper & System::ExceptionWrapper<T>::operator=(ExceptionWrapper &&other) noexcept
参数类型描述
其他ExceptionWrapper&&需要被移动的包装类的另一个实例。

ReturnValue

具有新移动值的实例。

另见