BloombergLP::bslstl::TreeNodePool::allocator

allocator overloads

Synopses

Declared in <bslstl_treenodepool.h>

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

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

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

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

Return Value

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