MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / operator "" _json_pointer

Function operator "" _json_pointer

Source/external/json.hpp:24322–24325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24320/// @sa https://json.nlohmann.me/api/basic_json/operator_literal_json_pointer/
24321JSON_HEDLEY_NON_NULL(1)
24322inline nlohmann::json::json_pointer operator "" _json_pointer(const char* s, std::size_t n)
24323{
24324 return nlohmann::json::json_pointer(std::string(s, n));
24325}
24326
24327} // namespace json_literals
24328} // namespace literals

Callers

nothing calls this directly

Calls 2

stringFunction · 0.85
json_pointerFunction · 0.70

Tested by

no test coverage detected