hash_prime_size_policy
 Interface
A size policy whose sequence of sizes form a nearly-exponential sequence of primes.
../../../../include/ext/pb_assoc/hash_policy.hpphash_policy.hpp Public Types and Constants:
#link1General definitions.
Public Methods:
#link2Constructors, destructor, and related.
Protected Methods:
#link3Size methods
General definitions.
Type Definition Description size_type size_t Size type.
Constructors, destructor, and related.
Method Description inline void  swap
  (
hash_prime_size_policy &r_other) Swaps content.
Size methods
Method Description inline #size_type3735929547size_type   get_init_size
  (
#size_type3735929547size_type  suggested_size) const Given suggested_size, a suggested size, returns an initial size of the container related to the initial size.
inline #size_type3735929547size_type   get_nearest_larger_size
  (
#size_type3735929547size_type  cur_size) const Given cur_size, the current size, returns a size that is larger.
inline #size_type3735929547size_type   get_nearest_smaller_size
  (
#size_type3735929547size_type  cur_size) const Given cur_size, the current size, returns a size that is smaller.
