std::error_condition::category
< cpp | error | error condition
const error_category& category() const noexcept; |
(C++11 起) | |
返回存储的 error_category 。
参数
(无)
返回值
存储的 error_category 。