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

新しくムーブされた値を持つインスタンスです。

参照