[#BloombergLP-bslstl-TreeNodePool-deleteNode] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/TreeNodePool.adoc[TreeNodePool]::deleteNode :relfileprefix: ../../../ :mrdocs: Destroy the `VALUE` value of the specified `node` and return the memory footprint of `node` to this pool for potential reuse. The behavior is undefined unless `node` refers to a `TreeNode<VALUE>`. == Synopsis Declared in `<bslstl_treenodepool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void deleteNode(xref:BloombergLP/bslalg/RbTreeNode.adoc[bslalg::RbTreeNode]* node); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#