...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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; };