allocator overloads
Declared in <bslstl_treenodepool.h>
Return a modifiable reference to this pool's rebound allocator.
SimplePool<TreeNode<VALUE>, ALLOCATOR>::AllocatorType&
allocator();
» more...
Return a non-modifiable reference to this pool's rebound allocator.
SimplePool<TreeNode<VALUE>, ALLOCATOR>::AllocatorType const&
allocator() const;
» more...