[#BloombergLP-bslstl-BidirectionalNodePool-allocator-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/BidirectionalNodePool.adoc[BidirectionalNodePool]::allocator :relfileprefix: ../../../ :mrdocs: `allocator` overloads == Synopses Declared in `<bslstl_bidirectionalnodepool.h>` Return a modifiable reference to this pool's allocator. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- SimplePool<bslalg::BidirectionalNode<VALUE>, ALLOCATOR>::AllocatorType& xref:BloombergLP/bslstl/BidirectionalNodePool/allocator-04.adoc[allocator](); ---- [.small]#xref:BloombergLP/bslstl/BidirectionalNodePool/allocator-04.adoc[_» more..._]# Return a reference providing non‐modifiable access to the allocator supplying memory for the memory pool maintained by this object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- SimplePool<bslalg::BidirectionalNode<VALUE>, ALLOCATOR>::AllocatorType const& xref:BloombergLP/bslstl/BidirectionalNodePool/allocator-09.adoc[allocator]() const; ---- [.small]#xref:BloombergLP/bslstl/BidirectionalNodePool/allocator-09.adoc[_» more..._]# == Return Value * modifiable reference to this pool's allocator * non‐modifiable reference to this pool's allocator [.small]#Created with https://www.mrdocs.com[MrDocs]#