bsl::unordered_multiset::max_load_factor

max_load_factor overloads

Synopses

Declared in <bslstl_unorderedmultiset.h>

Return the maximum load factor allowed for this container.

float
max_load_factor() const noexcept;
» more...

Set the maximum load factor of this container to the specified newLoadFactor.

void
max_load_factor(float newLoadFactor);
» more...

Return Value

current maximum load factor

Parameters

NameDescription
newLoadFactornew maximum load factor