std::__detail::_Prime_rehash_policy(3cxx) | std::__detail::_Prime_rehash_policy(3cxx) |
NAME¶
std::__detail::_Prime_rehash_policy -SYNOPSIS¶
Public Types¶
enum { _S_n_primes }
Public Member Functions¶
_Prime_rehash_policy (float __z=1.0)
Public Attributes¶
float _M_max_load_factor
Static Public Attributes¶
static const std::size_t _S_growth_factor
Detailed Description¶
Default value for rehash policy. Bucket size is (usually) the smallest prime that keeps the load factor small enough. Definition at line 461 of file hashtable_policy.h.Author¶
Generated automatically by Doxygen for libstdc++ from the source code.Wed Jan 31 2018 | libstdc++ |