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