[#BloombergLP-bslstl-TreeNodePool-allocator-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/TreeNodePool.adoc[TreeNodePool]::allocator :relfileprefix: ../../../ :mrdocs: `allocator` overloads == Synopses Declared in `<bslstl_treenodepool.h>` Return a modifiable reference to this pool's rebound allocator. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- SimplePool<TreeNode<VALUE>, ALLOCATOR>::AllocatorType& xref:BloombergLP/bslstl/TreeNodePool/allocator-0b.adoc[allocator](); ---- [.small]#xref:BloombergLP/bslstl/TreeNodePool/allocator-0b.adoc[_» more..._]# Return a non‐modifiable reference to this pool's rebound allocator. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- SimplePool<TreeNode<VALUE>, ALLOCATOR>::AllocatorType const& xref:BloombergLP/bslstl/TreeNodePool/allocator-0d.adoc[allocator]() const; ---- [.small]#xref:BloombergLP/bslstl/TreeNodePool/allocator-0d.adoc[_» more..._]# == Return Value * modifiable reference to this pool's rebound allocator * non‐modifiable reference to this pool's rebound allocator [.small]#Created with https://www.mrdocs.com[MrDocs]#