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