[#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 that adopts the allocations of `original`. [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 uses the specified `allocator`. [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..._]# == Parameters [cols="1,4"] |=== | Name| Description | *original* | node‐pool that is moved from | *allocator* | allocator used to supply memory for allocated nodes |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#