A sample probe policy. More...
#include <sample_probe_fn.hpp>
Public Types | |
typedef std::size_t | size_type |
Public Member Functions | |
sample_probe_fn () | |
Default constructor. More... | |
sample_probe_fn (const sample_probe_fn &) | |
Copy constructor. More... | |
void | swap (sample_probe_fn &) |
Swaps content. More... | |
Protected Member Functions | |
size_type | operator() (key_const_reference r_key, size_type i) const |
Returns the i-th offset from the hash value of some key r_key. More... | |
A sample probe policy.
typedef std::size_t __gnu_pbds::sample_probe_fn::size_type |
__gnu_pbds::sample_probe_fn::sample_probe_fn | ( | ) |
Default constructor.
__gnu_pbds::sample_probe_fn::sample_probe_fn | ( | const sample_probe_fn & | ) |
Copy constructor.
|
inlineprotected |
Returns the i-th offset from the hash value of some key r_key.
|
inline |
Swaps content.