
29 Jan
2009
29 Jan
'09
9:49 p.m.
Hello, Is this, or a class that achieves the same goal, already defined somewhere in the boost? template<typename R> struct range_value{ typedef typename iterator_value<typename boost::range_iterator<R0>::type>::type type; }; Thanks.