[#BloombergLP-bslstl-TreeNodePool-2constructor-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/TreeNodePool.adoc[TreeNodePool]::TreeNodePool :relfileprefix: ../../../ :mrdocs: 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslstl/TreeNodePool/2constructor-03.adoc[TreeNodePool](xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<TreeNodePool>] original); ---- [.small]#xref:BloombergLP/bslstl/TreeNodePool/2constructor-03.adoc[_» more..._]# Create a node‐pool that will use the specified `allocator` to supply memory for allocated node objects. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bslstl/TreeNodePool/2constructor-08.adoc[TreeNodePool](ALLOCATOR const& allocator); ---- [.small]#xref:BloombergLP/bslstl/TreeNodePool/2constructor-08.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#