MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / JSON_INTERNAL_CATCH

Function JSON_INTERNAL_CATCH

Source/external/json.hpp:21503–21506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21501 return ptr.get_checked(this).template get<ValueType>();
21502 }
21503 JSON_INTERNAL_CATCH (out_of_range&)
21504 {
21505 return default_value;
21506 }
21507 }
21508
21509 JSON_THROW(type_error::create(306, detail::concat("cannot use value() with ", type_name()), this));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected