Searched defs:is_basic_json (Results 1 – 2 of 2) sorted by relevance
38 template<typename> struct is_basic_json : std::false_type {}; struct41 struct is_basic_json<NLOHMANN_BASIC_JSON_TPL> : std::true_type {}; struct
2977 template<typename> struct is_basic_json : std::false_type {}; struct2980 struct is_basic_json<NLOHMANN_BASIC_JSON_TPL> : std::true_type {}; struct