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

Function operator "" _json_pointer

src/include/nlohmann/json.hpp:5233–5237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5231 inline nlohmann::json::json_pointer operator ""_json_pointer(const char* s, std::size_t n)
5232#else
5233 inline nlohmann::json::json_pointer operator "" _json_pointer(const char* s, std::size_t n)
5234#endif
5235{
5236 return nlohmann::json::json_pointer(std::string(s, n));
5237}
5238
5239} // namespace json_literals
5240} // namespace literals

Callers

nothing calls this directly

Calls 1

json_pointerClass · 0.70

Tested by

no test coverage detected