[#BloombergLP-bslstl-HashTable_ArrayProctor-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/HashTable_ArrayProctor.adoc[HashTable_ArrayProctor]::HashTable_ArrayProctor :relfileprefix: ../../../ :mrdocs: Create a `HashTable_ArrayProctor` managing the hash‐table data structure owned by the specified `anchor` that was created using the specified `factory`. == Synopsis Declared in `<bslstl_hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- HashTable_ArrayProctor( FACTORY* factory, xref:BloombergLP/bslalg/HashTableAnchor.adoc[bslalg::HashTableAnchor]* anchor); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#