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