命名空间
变体
操作

std::error_condition::category

来自 cppreference.cn
 
 
 
 
 
const error_category& category() const noexcept;
(since C++11)

返回存储的错误类别。

[编辑] 参数

(无)

[编辑] 返回值

存储的错误类别。

[编辑] 参见

错误类别的基类
(类) [编辑]