MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / operator "" _json_pointer

Function operator "" _json_pointer

Source/Utils/json.hpp:25271–25274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25269*/
25270JSON_HEDLEY_NON_NULL(1)
25271inline nlohmann::json::json_pointer operator "" _json_pointer(const char* s, std::size_t n)
25272{
25273 return nlohmann::json::json_pointer(std::string(s, n));
25274}
25275
25276// #include <nlohmann/detail/macro_unscope.hpp>
25277

Callers

nothing calls this directly

Calls 1

json_pointerClass · 0.85

Tested by

no test coverage detected