![]() |
Home | Libraries | People | FAQ | More |
boost::container::dtl::vector_for_small_vector
// In header: <boost/container/small_vector.hpp> template<typename T, typename SecAlloc, typename Options> struct vector_for_small_vector { // types typedef vector< T, small_vector_allocator< T, typename allocator_traits< typename real_allocator< T, SecAlloc >::void >::Options >, typename dtl::get_vopt_from_svopt< Options >:: ; };