命名空间
变体
操作

std::error_condition::category

来自 cppreference.cn
< cpp‎ | 错误‎ | 错误条件
 
 
 
 
 
const error_category& category() const noexcept;
(C++11 起)

返回存储的错误类别。

[编辑] 参数

(无)

[编辑] 返回值

存储的错误类别。

[编辑] 参阅

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