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