Namespaces
Variants

std::error_code:: category

From cppreference.net
Utilities library
const std:: error_category & category ( ) const noexcept ;
(C++11以降)

エラーコードのエラーカテゴリを返します。

パラメータ

(なし)

戻り値

エラーコードのエラーカテゴリ。

関連項目

error_code の値を取得する
(公開メンバー関数)