Create a proctor managing the hash‐table data owned by anchor.

Synopsis

Declared in <bslstl_hashtable.h>

HashTable_ArrayProctor(
    FACTORY* factory,
    bslalg::HashTableAnchor* anchor);

Description

Create a HashTable_ArrayProctor managing the hash‐table data structure owned by the specified anchor that was created using the specified factory.

Parameters

Name

Description

factory

factory used to destroy managed nodes

anchor

anchor whose data structure is managed

Created with MrDocs