Destroy the specified data array of the specified length bucketArraySize, that was allocated by the specified allocator.

Synopsis

Declared in <bslstl_hashtable.h>

template<class ALLOCATOR>
static
void
destroyBucketArray(
    bslalg::HashTableBucket* data,
    std::size_t bucketArraySize,
    ALLOCATOR const& allocator);

Created with MrDocs