BloombergLP::bslstl::HashTable_NodeProctor::HashTable_NodeProctor

Create a new node-proctor that conditionally manages the specified node (if non-zero), and that uses the specified factory to destroy the node (unless released) upon its destruction. The behavior is undefined unless node was created by the factory.

Synopsis

Declared in <bslstl_hashtable.h>

HashTable_NodeProctor(
    FACTORY* factory,
    bslalg::BidirectionalLink* node);