Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/meta/
Dtype_traits.hpp49 template<typename> struct is_basic_json : std::false_type {}; struct
52 struct is_basic_json<NLOHMANN_BASIC_JSON_TPL> : std::true_type {}; struct
/third_party/json/single_include/nlohmann/
Djson.hpp3445 template<typename> struct is_basic_json : std::false_type {}; struct
3448 struct is_basic_json<NLOHMANN_BASIC_JSON_TPL> : std::true_type {}; struct
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp3378 template<typename> struct is_basic_json : std::false_type {}; struct
3381 struct is_basic_json<NLOHMANN_BASIC_JSON_TPL> : std::true_type {}; struct