Return the number of elements contained in the bucket at the specified index in the array of buckets maintained by this hash map. The behavior is undefined unless 0 <= index < bucketCount(). Note that unless rehash is disabled the value returned may be obsolete by the time it is returned.
Synopsis
Declared in <bdlcc_stripedunorderedmultimap.h>
std::size_t
bucketSize(std::size_t index) const;
Created with MrDocs