![]() |
Home | Libraries | People | FAQ | More |
boost::container::small_vector_allocator::rebind
// In header: <boost/container/small_vector.hpp> template<typename T2> struct rebind { // types typedef allocator_traits< Allocator >::template rebind_alloc< T2 >::type other; };