max_load_factor overloads

Synopses

Declared in <bslstl_unorderedmultimap.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 newLoadFactor.

void
max_load_factor(float newLoadFactor);

Return Value

maximum load factor

Parameters

Name

Description

newLoadFactor

new maximum load factor

Created with MrDocs