MCPcopy Create free account
hub / github.com/PeterFWS/Structure-PLP-SLAM / JSON_INTERNAL_CATCH

Function JSON_INTERNAL_CATCH

3rd/json/include/nlohmann/json.hpp:16240–16243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16238 return ptr.get_checked(this);
16239 }
16240 JSON_INTERNAL_CATCH (out_of_range&)
16241 {
16242 return default_value;
16243 }
16244 }
16245
16246 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