boost.png (6897 bytes) Home Libraries People FAQ More

PrevUpHomeNext

Struct template value_type_of

boost::algorithm::value_type_of — Container value_type trait.

Synopsis

template<typename C> 
struct value_type_of {
  // types
  typedef collection_traits< C >::value_type type;
};

Description

Extract the type of elements contained in a container

Copyright © 2002-2004 Pavol Droba

PrevUpHomeNext