[#BloombergLP-bslstl-TreeNodePool-2constructor-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/TreeNodePool.adoc[TreeNodePool]::TreeNodePool :relfileprefix: ../../../ :mrdocs: 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. == Synopsis Declared in `<bslstl_treenodepool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- TreeNodePool(xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<TreeNodePool>] original); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#