Destroy this proctor and delete any managed node.
Synopsis
Declared in <bslstl_hashtable.h>
~HashTable_NodeProctor();
Description
Destroy this node proctor, and delete the node that it manages (if any) by invoking the deleteNode method of the factory supplied at construction. If no node is currently being managed, this method has no effect.
Created with MrDocs