std::error_code::category
提供: cppreference.com
< cpp | error | error code
const std::error_category& category() const noexcept; |
(C++11以上) | |
エラー値のエラーカテゴリを返します。
[編集] 引数
(なし)
[編集] 戻り値
エラー値のエラーカテゴリ。
[編集] 関連項目
error_code の値を取得します (パブリックメンバ関数) |