boost::alignment::aligned_allocator::rebind
// In header: <boost/align/aligned_allocator.hpp> template<typename U> struct rebind { // types typedef aligned_allocator< U, Alignment > other; };
Rebind allocator.