boost::gil::histogram::max_load_factor
max_load_factor overloads
Synopses
Declared in <boost/gil/histogram.hpp>
Returns a positive number that the %unordered_map tries to keep the load factor less than or equal to.
float
max_load_factor() const noexcept;
Change the %unordered_map maximum load factor.
void
max_load_factor(float __z);
Parameters
Name |
Description |
__z |
The new maximum load factor. |
Created with MrDocs