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>
void
deleteNode(bslalg::RbTreeNode* node);
Created with MrDocs