Return the maximum load factor allowed for this set. Note that if an insert operation would cause the load factor to exceed max_load_factor(), that same insert operation will increase the capacity and rehash the entries of the container (see {Load Factor and Resizing}). Also note that the value returned by max_load_factor is implementation defined and cannot be changed by the user.
Synopsis
Declared in <bdlc_flathashset.h>
float
max_load_factor() const;
Created with MrDocs