System::ExceptionWrapper::operator= 方法

ExceptionWrapper::operator=(const ExceptionWrapper&) method

赋值运算符。

ExceptionWrapper & System::ExceptionWrapper<T>::operator=(const ExceptionWrapper &other)
ParameterType描述
其他const ExceptionWrapper&必须被赋值的包装类的其他实例。

ReturnValue

具有新赋值的实例。

另见

ExceptionWrapper::operator=(ExceptionWrapper&&) method

移动赋值运算符。

ExceptionWrapper & System::ExceptionWrapper<T>::operator=(ExceptionWrapper &&other) noexcept
ParameterType描述
其他ExceptionWrapper&&必须被移动的包装类的其他实例。

ReturnValue

具有新移动值的实例。

另见