Home
last modified time | relevance | path

Searched defs:is_json_ref (Results 1 – 2 of 2) sorted by relevance

/third_party/json/include/nlohmann/detail/meta/
Dtype_traits.hpp51 struct is_json_ref : std::false_type {}; struct
54 struct is_json_ref<json_ref<T>> : std::true_type {}; struct
/third_party/json/single_include/nlohmann/
Djson.hpp2990 struct is_json_ref : std::false_type {}; struct
2993 struct is_json_ref<json_ref<T>> : std::true_type {}; struct