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