[#BloombergLP-bdlc-FlatHashSet-max_load_factor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/FlatHashSet.adoc[FlatHashSet]::max_load_factor :relfileprefix: ../../../ :mrdocs: Return the maximum load factor allowed for this set. Note that if an insert operation would cause the load factor to exceed `max_load_factor()`, that same insert operation will increase the capacity and rehash the entries of the container (see {Load Factor and Resizing}). Also note that the value returned by `max_load_factor` is implementation defined and cannot be changed by the user. == Synopsis Declared in `<bdlc_flathashset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- float max_load_factor() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#