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().
Synopsis
Declared in <bdlcc_stripedunorderedcontainerimpl.h>
std::size_t
bucketSize(std::size_t index) const;
Created with MrDocs