Create a node-pool that uses the specified allocator.
Declared in <bslstl_treenodepool.h>
explicit
TreeNodePool(ALLOCATOR const& allocator);
Create a node-pool that will use the specified allocator to supply memory for allocated node objects.
| Name | Description |
|---|---|
| allocator | allocator used to supply memory for allocated nodes |