allocator overloads

Synopses

Declared in <bslstl_treenodepool.h>

Return a modifiable reference to this pool's rebound allocator.

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

Return a non‐modifiable reference to this pool's rebound allocator.

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

Return Value

  • modifiable reference to this pool's rebound allocator

  • non‐modifiable reference to this pool's rebound allocator

Created with MrDocs