[#BloombergLP-bdlcc-StripedUnorderedContainerImpl-rehash] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl.adoc[StripedUnorderedContainerImpl]::rehash :relfileprefix: ../../../ :mrdocs: Recreate this hash map to one having at least the specified `numBuckets`. This operation is a no‐op if _any_ of the following are true: 1) rehash is disabled; 2) `numBuckets` less or equals the current number of buckets. See {Rehash}. == Synopsis Declared in `<bdlcc_stripedunorderedcontainerimpl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void rehash(std::size_t numBuckets); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#