Searched defs:is_basic_json (Results 1 – 2 of 2) sorted by relevance
39 template<typename> struct is_basic_json : std::false_type {}; struct42 struct is_basic_json<NLOHMANN_BASIC_JSON_TPL> : std::true_type {}; struct
3448 template<typename> struct is_basic_json : std::false_type {}; struct3451 struct is_basic_json<NLOHMANN_BASIC_JSON_TPL> : std::true_type {}; struct