BloombergLP::bslstl::BidirectionalNodePool::allocator

allocator overloads

Synopses

Declared in <bslstl_bidirectionalnodepool.h>

Return a modifiable reference to this pool's allocator.

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

Return a reference providing non-modifiable access to the allocator supplying memory for the memory pool maintained by this object.

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

Return Value

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