[#bsl-unordered_multiset-06c-max_load_factor-04] = xref:bsl.adoc[bsl]::xref:bsl/unordered_multiset-06c.adoc[unordered_multiset]::max_load_factor :relfileprefix: ../../ :mrdocs: `max_load_factor` overloads == Synopses Declared in `<bslstl_unorderedmultiset.h>` Return the maximum load factor allowed for this container. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- float xref:bsl/unordered_multiset-06c/max_load_factor-0d.adoc[max_load_factor]() const noexcept; ---- [.small]#xref:bsl/unordered_multiset-06c/max_load_factor-0d.adoc[_» more..._]# Set the maximum load factor of this container to the specified `newLoadFactor`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:bsl/unordered_multiset-06c/max_load_factor-0a.adoc[max_load_factor](float newLoadFactor); ---- [.small]#xref:bsl/unordered_multiset-06c/max_load_factor-0a.adoc[_» more..._]# == Return Value current maximum load factor == Parameters [cols="1,4"] |=== | Name| Description | *newLoadFactor* | new maximum load factor |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#