[#BloombergLP-bslstl-HashTable_Util-destroyBucketArray] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/HashTable_Util.adoc[HashTable_Util]::destroyBucketArray :relfileprefix: ../../../ :mrdocs: Destroy and deallocate a bucket array. == Synopsis Declared in `<bslstl_hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ALLOCATOR> static void destroyBucketArray( xref:BloombergLP/bslalg/HashTableBucket.adoc[bslalg::HashTableBucket]* data, std::size_t bucketArraySize, ALLOCATOR const& allocator); ---- == Description Destroy the specified `data` array of the specified length `bucketArraySize`, that was allocated by the specified `allocator`. == Parameters [cols="1,4"] |=== | Name| Description | *data* | bucket array to destroy | *bucketArraySize* | number of buckets in the array | *allocator* | allocator that owns the array |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#