allocator overloads
Declared in <bslstl_bidirectionalnodepool.h>
Return a reference providing modifiable access to the allocator supplying memory for the memory pool maintained by this object. The behavior is undefined if the allocator used by this object is changed with this method. Note that this method provides modifiable access to enable a client to call non-const methods on the 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...