MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / operator "" _json_pointer

Function operator "" _json_pointer

native/thirdpart/json/json.hpp:22717–22720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22715*/
22716JSON_HEDLEY_NON_NULL(1)
22717inline nlohmann::json::json_pointer operator "" _json_pointer(const char* s, std::size_t n)
22718{
22719 return nlohmann::json::json_pointer(std::string(s, n));
22720}
22721
22722// #include <nlohmann/detail/macro_unscope.hpp>
22723

Callers

nothing calls this directly

Calls 1

json_pointerClass · 0.85

Tested by

no test coverage detected