Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/meta/
Dtype_traits.hpp38 template<typename> struct is_basic_json : std::false_type {}; struct
41 struct is_basic_json<NLOHMANN_BASIC_JSON_TPL> : std::true_type {}; struct
/third_party/json/single_include/nlohmann/
Djson.hpp2977 template<typename> struct is_basic_json : std::false_type {}; struct
2980 struct is_basic_json<NLOHMANN_BASIC_JSON_TPL> : std::true_type {}; struct