41 #ifndef PB_DS_SAMPLE_PROBE_FN_HPP
42 #define PB_DS_SAMPLE_PROBE_FN_HPP
68 #endif // #ifndef PB_DS_SAMPLE_PROBE_FN_HPP
void swap(sample_probe_fn &)
Swaps content.
std::size_t size_type
Definition: sample_probe_fn.hpp:50
sample_probe_fn()
Default constructor.
__SIZE_TYPE__ size_t
Definition: stddef.h:212
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.
A sample probe policy.
Definition: sample_probe_fn.hpp:47