[#BloombergLP-bdlcc-StripedUnorderedMap-maxLoadFactor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/StripedUnorderedMap.adoc[StripedUnorderedMap]::maxLoadFactor :relfileprefix: ../../../ :mrdocs: Return the maximum load factor allowed for this hash map. If an insert operation would cause the load factor to exceed the `maxLoadFactor()` and rehashing is enabled, then that insert increases the number of buckets and rehashes the elements of the container into that larger set of buckets. See {Rehash Control}. == Synopsis Declared in `<bdlcc_stripedunorderedmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- float maxLoadFactor() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#