Set the maximum load factor to newLoadFactor.
Synopsis
Declared in <bslstl_unorderedset.h>
void
max_load_factor(float newLoadFactor);
Description
Set the maximum load factor of this container to the specified newLoadFactor.
Parameters
Name |
Description |
newLoadFactor |
new maximum load factor |
Created with MrDocs