Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

allocator_binder::allocator_binder (8 of 9 overloads)
PrevUpHomeNext

Move construct from a different allocator wrapper type.

template<
    typename U,
    typename OtherAllocator>
allocator_binder(
    allocator_binder< U, OtherAllocator > && other);

PrevUpHomeNext