Constructors
Declared in <bslstl_treenodepool.h>
Create a node-pool that adopts the allocations of original.
TreeNodePool(bslmf::MovableRef<TreeNodePool> original);
» more...
Create a node-pool that uses the specified allocator.
explicit
TreeNodePool(ALLOCATOR const& allocator);
» more...
| Name | Description |
|---|---|
| original | node-pool that is moved from |
| allocator | allocator used to supply memory for allocated nodes |