Home
last modified time | relevance | path

Searched refs:is_json_ref (Results 1 – 3 of 3) 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/include/nlohmann/
Djson.hpp2019 detail::enable_if_t<detail::conjunction<detail::is_json_ref<JsonRef>,
/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
18507 detail::enable_if_t<detail::conjunction<detail::is_json_ref<JsonRef>,