Searched defs:is_json_iterator_of (Results 1 – 1 of 1) sorted by relevance
3774 struct is_json_iterator_of : std::false_type {}; struct3777 struct is_json_iterator_of<BasicJsonType, typename BasicJsonType::iterator> : std::true_type {}; struct3780 struct is_json_iterator_of<BasicJsonType, typename BasicJsonType::const_iterator> : std::true_type struct