[#BloombergLP-bdlcc-StripedUnorderedMultiMap-bucketCount] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/StripedUnorderedMultiMap.adoc[StripedUnorderedMultiMap]::bucketCount :relfileprefix: ../../../ :mrdocs: Return the number of buckets in the array of buckets maintained by this hash map. Note that unless rehash is disabled, the value returned may be obsolete by the time it is received. == Synopsis Declared in `<bdlcc_stripedunorderedmultimap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::size_t bucketCount() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#