Searched defs:is_basic_json (Results 1 – 3 of 3) sorted by relevance
49 template<typename> struct is_basic_json : std::false_type {}; struct52 struct is_basic_json<NLOHMANN_BASIC_JSON_TPL> : std::true_type {}; struct
3445 template<typename> struct is_basic_json : std::false_type {}; struct3448 struct is_basic_json<NLOHMANN_BASIC_JSON_TPL> : std::true_type {}; struct
3378 template<typename> struct is_basic_json : std::false_type {}; struct3381 struct is_basic_json<NLOHMANN_BASIC_JSON_TPL> : std::true_type {}; struct