Luna::SelfIndexedUnorderedMap::max_load_factor
void max_load_factor(f32 ml)
Sets the maximum load factor allowed for the map.
If the new load factor is smaller than load_factor(), the map will expand bucket buffer to bring more buckets.
Parameters
-
in ml
The new load factor to set.
Valid Usage
mmust be greater than0.0f.