Giri's C++ Support Library
C++ library providing everything you need to quickly create awesome applications.
giri::json::error_category Struct Reference

Error category object used to convert the error code to a understandable message via std::error_code. More...

#include <JSON.h>

Inheritance diagram for giri::json::error_category:
Collaboration diagram for giri::json::error_category:

Public Member Functions

const char * name () const noexcept override
 
std::string message (int ev) const override
 

Detailed Description

Error category object used to convert the error code to a understandable message via std::error_code.


The documentation for this struct was generated from the following file: