MCPcopy Create free account
hub / github.com/danielaparker/jsoncons / JSONCONS_CATCH

Function JSONCONS_CATCH

include/jsoncons/json_exception.hpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 return what_.c_str();
97 }
98 JSONCONS_CATCH(...)
99 {
100 return std::out_of_range::what();
101 }
102 }
103 else
104 {

Callers

nothing calls this directly

Calls 1

whatFunction · 0.85

Tested by

no test coverage detected