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
Name |
Description |
allocator |
allocator used to supply memory for allocated nodes |
Created with MrDocs