libstdc++
__gnu_pbds::hash_prime_size_policy Class Reference

List of all members.

Public Types

Public Member Functions

Protected Member Functions


Detailed Description

A size policy whose sequence of sizes form a nearly-exponential sequence of primes.

Definition at line 450 of file hash_policy.hpp.


Member Typedef Documentation

Size type.

Definition at line 454 of file hash_policy.hpp.


Constructor & Destructor Documentation

Default constructor, or onstructor taking a start_size The policy will use the sequence of sizes approximately start_size, start_size* 2, start_size* 2^2, ...

Definition at line 127 of file hash_policy.hpp.


The documentation for this class was generated from the following files: