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;
 
GNU extensions for policy-based data structures for public use.
 
void swap(sample_probe_fn &)
Swaps content.
 
sample_probe_fn(const sample_probe_fn &)
Copy 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.
 
sample_probe_fn()
Default constructor.