[#bsl-unordered_set-02a-max_load_factor-00] = xref:bsl.adoc[bsl]::xref:bsl/unordered_set-02a.adoc[unordered_set<ManagedAttribute, AttributeHash>]::max_load_factor :relfileprefix: ../../ :mrdocs: Return the maximum load factor allowed for this container. If an insert operation would cause `load_factor` to exceed the `max_load_factor`, that same insert operation will increase the number of buckets and rehash the elements of the container into those buckets the (see rehash). == Synopsis Declared in `<bslstl_unorderedset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- float max_load_factor() const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#