MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / JSON_INTERNAL_CATCH

Function JSON_INTERNAL_CATCH

external/json/json.hpp:15727–15730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15725 return ptr.get_checked(this);
15726 }
15727 JSON_INTERNAL_CATCH (out_of_range&)
15728 {
15729 return default_value;
15730 }
15731 }
15732
15733 JSON_THROW(type_error::create(306, "cannot use value() with " + std::string(type_name())));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected