次の方法で共有


error_category::default_error_condition

エラー状態のオブジェクトのエラー コード値を格納します。

virtual error_condition default_error_condition(int _Errval) const;

パラメーター

パラメーター

説明

_Errval

error_conditionで格納するエラー コード値。

戻り値

error_condition(_Errval, *this) を返します。

必要条件

ヘッダー: <system_error>

名前空間: std

参照

関連項目

error_category Class