[#BloombergLP-bdlcc-StripedUnorderedContainerImpl-enableRehash] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl.adoc[StripedUnorderedContainerImpl]::enableRehash :relfileprefix: ../../../ :mrdocs: Allow rehash. If conditions warrant, rehash will be started by the _next_ method call that observes the load factor is exceeded (see {Concurrent Rehash}). Note that calling `maxLoadFactor(maxLoadFactor())` (i.e., setting the maximum load factor to its current value) will trigger a rehash if needed but otherwise does not change the hash map. == Synopsis Declared in `<bdlcc_stripedunorderedcontainerimpl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void enableRehash(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#