std::error_condition::category

来自cppreference.com
 
 
 
 
 
const error_category& category() const noexcept;
(C++11 起)

返回存储的 error_category 。

参数

(无)

返回值

存储的 error_category 。