allocator overloads
Declared in <bslstl_bidirectionalnodepool.h>
Return a modifiable reference to this pool's allocator.
SimplePool<bslalg::BidirectionalNode<VALUE>, ALLOCATOR>::AllocatorType&
allocator();
» more...
Return a reference providing non-modifiable access to the allocator supplying memory for the memory pool maintained by this object.
SimplePool<bslalg::BidirectionalNode<VALUE>, ALLOCATOR>::AllocatorType const&
allocator() const;
» more...