[#BloombergLP-bslstl-HashTable_Util] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::HashTable_Util :relfileprefix: ../../ :mrdocs: Utilities for initializing and destroying `HashTable` bucket arrays. == Synopsis Declared in `<bslstl_hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct HashTable_Util; ---- == Description This utility `struct` provide utilities for initializing and destroying bucket lists in anchors that are managed by a `HashTable`. They cannot migrate down to `bslalg::HashTableImpUtil` as they rely on the standard library `bslma_allocatortraits` for their implementation. == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstl/HashTable_Util/assertNotNullPointer-0c.adoc[`assertNotNullPointer`] | `assertNotNullPointer` overloads | xref:BloombergLP/bslstl/HashTable_Util/destroyBucketArray.adoc[`destroyBucketArray`] | Destroy and deallocate a bucket array. | xref:BloombergLP/bslstl/HashTable_Util/initAnchor.adoc[`initAnchor`] | Initialize `anchor` with a newly allocated bucket array. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#