Home
last modified time | relevance | path

Searched defs:is_json_iterator_of (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp3774 struct is_json_iterator_of : std::false_type {}; struct
3777 struct is_json_iterator_of<BasicJsonType, typename BasicJsonType::iterator> : std::true_type {}; struct
3780 struct is_json_iterator_of<BasicJsonType, typename BasicJsonType::const_iterator> : std::true_type struct