Searched defs:is_iterable (Results 1 – 3 of 3) 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;
24 bool is_iterable() const { return is_iterable_; } in is_iterable() function
99 def is_iterable(obj): function