std::error_code::category
STD:错误[医]代码::类别
const std::error_category& category() const; | | (since C++11) |
---|
返回错误值的错误类别。
参数
%280%29
返回值
错误值的错误类别。
例外
noexcept
规格:
noexcept
另见
value | obtains the value of the error_code (public member function) |
---|
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。