Searched refs:obj2yaml_category (Results 1 – 2 of 2) sorted by relevance
16 const std::error_category &obj2yaml_category();26 return std::error_code(static_cast<int>(e), obj2yaml_category()); in make_error_code()
43 const std::error_category &obj2yaml_category() { in obj2yaml_category() function