Searched defs:is_basic_json (Results 1 – 2 of 2) sorted by relevance
3491 template<typename> struct is_basic_json : std::false_type {}; struct3494 struct is_basic_json<NLOHMANN_BASIC_JSON_TPL> : std::true_type {}; struct
3338 template<typename> struct is_basic_json : std::false_type {}; struct3341 struct is_basic_json<NLOHMANN_BASIC_JSON_TPL> : std::true_type {}; struct