Constructors
Synopses
Declared in <bslstl_treenodepool.h>
Create a node‐pool, adopting all outstanding memory allocations associated with the specified original node‐pool, that will use the allocator associated with original to supply memory for allocated node objects. original is left in a valid but unspecified state.
TreeNodePool(bslmf::MovableRef<TreeNodePool> original);
Create a node‐pool that will use the specified allocator to supply memory for allocated node objects.
explicit
TreeNodePool(ALLOCATOR const& allocator);
Created with MrDocs