make_error_code 関数
今後 のエラーを付ける機能 error_category のオブジェクトで error_code を作成します。
inline error_code make_error_code(
future_errc Errno
) _NOEXCEPT;
パラメーター
- Errno
報告されたエラーを識別する future_errc の値。
戻り値
error_code(static_cast<int>(Errno), future_category());
必要条件
将来のヘッダー:
名前空間: std