Nested class rebind allows for transformation from pool_allocator<T> to pool_allocator<U>. More...
#include <pool_alloc.hpp>
Public Types | |
typedef pool_allocator< U, UserAllocator, Mutex, NextSize, MaxSize > | other |
Nested class rebind allows for transformation from pool_allocator<T> to pool_allocator<U>.
Nested class rebind allows for transformation from pool_allocator<T> to pool_allocator<U> via the member typedef other.
typedef pool_allocator<U, UserAllocator, Mutex, NextSize, MaxSize> boost::pool_allocator< T, UserAllocator, Mutex, NextSize, MaxSize >::rebind< U >::other |