MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / JSON_INTERNAL_CATCH

Function JSON_INTERNAL_CATCH

src/include/nlohmann/json.hpp:2365–2368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2363 return ptr.get_checked(this).template get<ValueType>();
2364 }
2365 JSON_INTERNAL_CATCH (out_of_range&)
2366 {
2367 return default_value;
2368 }
2369 }
2370
2371 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