quadratic_probe_fn Interface (original) (raw)
A probe sequence policy using square increments.
Defined in: hash_policy.hpp
Template Parameters
Parameter |
Description |
Default Value |
typename Size_Type |
Size type. |
size_t |
Public Types and Constants
General Definitions
Type |
Definition |
Description |
size_type |
Size_Type |
Size type. |
Public Methods
Method |
Description |
void swap (quadratic_probe_fn &other) |
Swaps content. |
Protected Methods
Offset Methods
Method |
Description |
inline size_type operator() (size_type i) const |
Returns the i-th offset from the hash value. |