Return the index of the bucket, in the array of buckets maintained by this hash map, where elements having the specified key are inserted. Note that unless rehash is disabled, the value returned may be obsolete at the time it is returned.
Synopsis
Declared in <bdlcc_stripedunorderedmap.h>
std::size_t
bucketIndex(KEY const& key) const;
Created with MrDocs