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