Set the bucket array address and bucket array size attributes of this object to the specified bucketArrayAddress and bucketArraySize values. The behavior is undefined unless bucketArrayAddress refers to a contiguous sequence of valid bslalg::HashTableBucket objects of at least bucketArraySize, or unless both bucketArrayAddress and bucketArraySize are 0.
Synopsis
Declared in <bslalg_hashtableanchor.h>
void
setBucketArrayAddressAndSize(
HashTableBucket* bucketArrayAddress,
std::size_t bucketArraySize);
Created with MrDocs