Subject: [Boost-users] from range_iterator to range_value
From: er (erwann.rogard_at_[hidden])
Date: 2009-01-29 16:49:00


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.