__gnu_pbds::sample_probe_fn(3) Library Functions Manual __gnu_pbds::sample_probe_fn(3)

__gnu_pbds::sample_probe_fn - A sample probe policy.

#include <sample_probe_fn.hpp>


typedef std::size_t size_type


sample_probe_fn ()
Default constructor. sample_probe_fn (const sample_probe_fn &)
Copy constructor. void swap (sample_probe_fn &)
Swaps content.


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.

Default constructor.

Copy constructor.

Returns the i-th offset from the hash value of some key r_key.

Swaps content.

Generated automatically by Doxygen for libstdc++ from the source code.

libstdc++