Return the number of elements in the bucket at index.
Declared in <bdlcc_stripedunorderedcontainerimpl.h>
std::size_t
bucketSize(std::size_t index) const;
The behavior is undefined unless 0 <= index < bucketCount().
number of elements in the bucket at index
| Name | Description |
|---|---|
| index | bucket index |