Return the bucket index where elements with key are inserted.
Declared in <bdlcc_stripedunorderedcontainerimpl.h>
std::size_t
bucketIndex(KEY const& key) const;
Note that unless rehash is disabled, the value returned may be obsolete at the time it is returned.
the bucket index where elements with key are inserted
| Name | Description |
|---|---|
| key | key whose bucket index is requested |