Return the maximum load factor allowed for this hash map.
Synopsis
Declared in <bdlcc_stripedunorderedmultimap.h>
float
maxLoadFactor() const;
Description
If an insert operation would cause the load factor to exceed the maxLoadFactor() and rehashing is enabled, then that insert increases the number of buckets and rehashes the elements of the container into that larger set of buckets. See {Rehash Control}.
Return Value
the maximum load factor allowed for this hash map
Created with MrDocs