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.hpp39 template<typename> struct is_basic_json : std::false_type {}; struct
42 struct is_basic_json<NLOHMANN_BASIC_JSON_TPL> : std::true_type {}; struct
/third_party/json/single_include/nlohmann/
Djson.hpp3448 template<typename> struct is_basic_json : std::false_type {}; struct
3451 struct is_basic_json<NLOHMANN_BASIC_JSON_TPL> : std::true_type {}; struct