Return the number of elements in the bucket at index.
Declared in <bdlcc_stripedunorderedmap.h>
std::size_t
bucketSize(std::size_t index) const;
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.
the number of elements in the bucket at index
| Name | Description |
|---|---|
| index | bucket index to query |