DOKK / manpages / debian 12 / libstdc++-11-doc / __gnu_pbds::sample_probe_fn.3cxx.en
__gnu_pbds::sample_probe_fn(3cxx) __gnu_pbds::sample_probe_fn(3cxx)

__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.

Definition at line 47 of file sample_probe_fn.hpp.

Definition at line 50 of file sample_probe_fn.hpp.

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.

Thu Feb 16 2023 libstdc++