| 22715 | */ |
| 22716 | JSON_HEDLEY_NON_NULL(1) |
| 22717 | inline 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 |
nothing calls this directly
no test coverage detected