...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::private_adaptive_pool::rebind
// In header: <boost/container/adaptive_pool.hpp> template<typename T2> struct rebind { // types typedef private_adaptive_pool< T2, NodesPerBlock, MaxFreeBlocks, OverheadPercent > other; };