Searched defs:is_iterable (Results 1 – 2 of 2) sorted by relevance
39 struct is_iterable struct41 typedef rxu::decay_t<Collection> collection_type;43 struct not_void {};49 static const bool value = !std::is_same<decltype(check<collection_type>(0)), not_void>::value;
32 def is_iterable(obj): function