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