[#bsl-unordered_set-09-max_load_factor-00] = xref:bsl.adoc[bsl]::xref:bsl/unordered_set-09.adoc[unordered_set<Attribute, AttributeHash>]::max_load_factor :relfileprefix: ../../ :mrdocs: Set the maximum load factor of this container to the specified `newLoadFactor`. == Synopsis Declared in `<bslstl_unorderedset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void max_load_factor(float newLoadFactor); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#