Constructors

Synopses

Declared in <bslstl_bidirectionalnodepool.h>

Create a node‐pool that adopts the allocations of original.

Create a node‐pool that uses the specified allocator.

explicit
BidirectionalNodePool(ALLOCATOR const& allocator);

Parameters

Name

Description

original

node‐pool that is moved from

allocator

allocator used to supply memory for node objects

Created with MrDocs