allocator overloads

Synopses

Declared in <bslstl_treenodepool.h>

Return a reference providing modifiable access to the rebound allocator traits for the node‐type. Note that this operation returns a base‐class (NodeAlloc) reference to this object.

SimplePool<TreeNode<VALUE>, ALLOCATOR>::AllocatorType&
allocator();

Return a reference providing non‐modifiable access to the rebound allocator traits for the node‐type. Note that this operation returns a base‐class (NodeAlloc) reference to this object.

SimplePool<TreeNode<VALUE>, ALLOCATOR>::AllocatorType const&
allocator() const;

Created with MrDocs