MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / operator "" _json_pointer

Function operator "" _json_pointer

extern/json/json.hpp:24366–24369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24364/// @sa https://json.nlohmann.me/api/basic_json/operator_literal_json_pointer/
24365JSON_HEDLEY_NON_NULL(1)
24366inline nlohmann::json::json_pointer operator "" _json_pointer(const char* s, std::size_t n)
24367{
24368 return nlohmann::json::json_pointer(std::string(s, n));
24369}
24370
24371} // namespace json_literals
24372} // namespace literals

Callers

nothing calls this directly

Calls 2

stringFunction · 0.85
json_pointerFunction · 0.70

Tested by

no test coverage detected