A probe sequence policy using square increments. More...
#include <hash_policy.hpp>
Public Types | |
typedef Size_Type | size_type |
Public Member Functions | |
void | swap (quadratic_probe_fn< Size_Type > &other) |
Protected Member Functions | |
size_type | operator() (size_type i) const |
Returns the i-th offset from the hash value. More... | |
A probe sequence policy using square increments.
typedef Size_Type __gnu_pbds::quadratic_probe_fn< Size_Type >::size_type |
|
inlineprotected |
Returns the i-th offset from the hash value.
void __gnu_pbds::quadratic_probe_fn< Size_Type >::swap | ( | quadratic_probe_fn< Size_Type > & | other | ) |