BloombergLP::bslstl::TreeNodePool::TreeNodePool

Create a node-pool that uses the specified allocator.

Synopsis

Declared in <bslstl_treenodepool.h>

explicit
TreeNodePool(ALLOCATOR const& allocator);

Description

Create a node-pool that will use the specified allocator to supply memory for allocated node objects.

Parameters

NameDescription
allocatorallocator used to supply memory for allocated nodes