MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / operator "" _json_pointer

Function operator "" _json_pointer

include/jwt/json/json.hpp:25272–25275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

json_pointerClass · 0.85

Tested by

no test coverage detected