[#BloombergLP-bslstl-HashTable_ArrayProctor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::HashTable_ArrayProctor :relfileprefix: ../../ :mrdocs: This class probably already exists in `bslalg` == Synopsis Declared in `<bslstl_hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class FACTORY> class HashTable_ArrayProctor; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstl/HashTable_ArrayProctor/2constructor.adoc[`HashTable_ArrayProctor`] [.small]#[constructor]# | Create a `HashTable_ArrayProctor` managing the hash‐table data structure owned by the specified `anchor` that was created using the specified `factory`. | xref:BloombergLP/bslstl/HashTable_ArrayProctor/2destructor.adoc[`~HashTable_ArrayProctor`] [.small]#[destructor]# | Destroy the hash‐table data structure managed by this proctor and reclaim all of its resources, unless there was a call to `release` this proctor. | xref:BloombergLP/bslstl/HashTable_ArrayProctor/release.adoc[`release`] | Release from management the object currently managed by this proctor. If no object is currently being managed, this method has no effect. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#