在线文档教程
C++
应用 | Utilities

std::error_code::category

STD:错误[医]代码::类别

const std::error_category& category() const;(since C++11)

返回错误值的错误类别。

参数

%280%29

返回值

错误值的错误类别。

例外

noexcept规格:

noexcept

另见

valueobtains the value of the error_code (public member function)

© cppreference.com

在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。

http://en.cpPreference.com/w/cpp/Error/Error[医]代码/类别