Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template vector_for_small_vector

boost::container::dtl::vector_for_small_vector

Synopsis

// In header: <boost/container/small_vector.hpp>

template<typename T, typename SecondaryAllocator, typename Options> 
struct vector_for_small_vector {
  // types
  typedef vector< T, small_vector_allocator< T, typename allocator_traits< typename real_allocator< T, SecondaryAllocator >::type >::template portable_rebind_alloc< void >::type, Options >, typename dtl::get_vopt_from_svopt< Options >::type > type;
};

PrevUpHomeNext