Return the current load factor of this container.
Synopsis
Declared in <bslstl_unorderedmultimap.h>
float
load_factor() const noexcept;
Description
Return the current ratio between the size of this container and the number of buckets. The load factor is a measure of how full the container is, and a higher load factor typically leads to an increased number of collisions, thus resulting in a loss of performance.
Return Value
current load factor
Created with MrDocs