41 #ifndef PB_DS_SAMPLE_PROBE_FN_HPP
42 #define PB_DS_SAMPLE_PROBE_FN_HPP
50 typedef std::size_t size_type;
65 operator()(key_const_reference r_key, size_type i)
const;
68 #endif // #ifndef PB_DS_SAMPLE_PROBE_FN_HPP
void swap(sample_probe_fn &)
Swaps content.
GNU extensions for policy-based data structures for public use.
sample_probe_fn()
Default constructor.
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.