...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::rebind — Obtains node_allocator from other node_allocator.
// In header: <boost/interprocess/allocators/adaptive_pool.hpp> template<typename T2> struct rebind { // types typedef adaptive_pool_base< Version, T2, SegmentManager, NodesPerBlock, MaxFreeBlocks, OverheadPercent > other; };