Create a proctor managing the hash-table data owned by anchor.
Declared in <bslstl_hashtable.h>
HashTable_ArrayProctor(
FACTORY* factory,
bslalg::HashTableAnchor* anchor);
Create a HashTable_ArrayProctor managing the hash-table data structure owned by the specified anchor that was created using the specified factory.
| Name | Description |
|---|---|
| factory | factory used to destroy managed nodes |
| anchor | anchor whose data structure is managed |