std::error_condition::category_C++中文网

位置:首页 > C++ 参考手册 >错误处理 >std::error_condition > std::error_condition::category

std::error_condition::category

const error_category& category() const noexcept;

(C++11 起)

返回存储的 error_category 。

参数

(无)

返回值

存储的 error_category 。