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;

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

void
max_load_factor(float newLoadFactor);

Return Value

current maximum load factor

Parameters

Name

Description

newLoadFactor

new maximum load factor

Created with MrDocs