Return a reference offering non‐modifiable access to the HashTableBucket at the specified index position in the array of buckets of this table. The behavior is undefined unless 'index < numBuckets()'.
Synopsis
Declared in <bslstl_hashtable.h>
bslalg::HashTableBucket const&
bucketAtIndex(SizeType index) const;
Created with MrDocs