boost::algorithm::value_type_of — Container value_type trait.
template<typename C> struct value_type_of { // types typedef collection_traits< C >::value_type type; };
Extract the type of elements contained in a container