[#BloombergLP-bdlcc-StripedUnorderedContainerImpl-bucketSize] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl.adoc[StripedUnorderedContainerImpl]::bucketSize :relfileprefix: ../../../ :mrdocs: Return the number of elements in the bucket at `index`. == Synopsis Declared in `<bdlcc_stripedunorderedcontainerimpl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::size_t bucketSize(std::size_t index) const; ---- == Description The behavior is undefined unless `0 <= index < bucketCount()`. == Return Value number of elements in the bucket at `index` == Parameters [cols="1,4"] |=== | Name| Description | *index* | bucket index |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#