Return the maximum load factor allowed for this container.
Declared in <bslstl_unorderedmultiset.h>
float
max_load_factor() const noexcept;
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 (see rehash).
current maximum load factor