allocator overloads

Synopses

Declared in <bslstl_bidirectionalnodepool.h>

Return a modifiable reference to this pool's allocator.

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

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;

Return Value

  • modifiable reference to this pool's allocator

  • non‐modifiable reference to this pool's allocator

Created with MrDocs