make_error_condition

エラー状態オブジェクトを作成します。

error_condition make_error_condition(generic_errno _Errno);

パラメーター

パラメーター

説明

_Errno

エラー状態のオブジェクトで格納する列挙体の値。

戻り値

エラー状態のオブジェクト。

必要条件

ヘッダー: <system_error>

名前空間: std

参照

関連項目

<system_error>