
2 Feb
2013
2 Feb
'13
9:34 a.m.
2013/2/2 Nathan Ridge <zeratul976@hotmail.com>
Nevin Liber <nevin@eviloverlord.com>:
I'd like to make a request for an is_iterable<T> type trait, which
detects
if a type can be used in C++11 range-based for. I have a prototype which currently meets my needs (I can make it available; it detects if both std::begin(c) and std::end(c) can be called), but I'm wondering:
a) What should the name be? (I'm not married to is_iterable)
is_range ?
+1
Does this sound like a good idea?
+1 Regards Kris