Return the bucket index for the specified key.
Declared in <bslstl_hashtable.h>
HashTable<KEY_CONFIG, HASHER, COMPARATOR, ALLOCATOR>::SizeType
bucketIndexForKey(KeyType const& key) const;
Return the index of the bucket that would contain all the elements having the specified key.
index of the bucket that would contain elements with key
| Name | Description |
|---|---|
| key | key whose bucket index is returned |