...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::interprocess::adaptive_pool::rebind
template<typename T2> struct rebind { // types typedef adaptive_pool< T2, SegmentManager, NodesPerChunk, MaxFreeChunks, OverheadPercent > other; };