libstdc++: __gnu_pbds::sample_probe_fn Class Reference (original) (raw)
#include <[sample_probe_fn.hpp](a01469%5Fsource.html)>
Public Member Functions | |
---|---|
sample_probe_fn () | |
sample_probe_fn (const sample_probe_fn &) | |
void | swap (sample_probe_fn &) |
Protected Member Functions | |
---|---|
size_type | operator() (key_const_reference r_key, size_type i) const |
A sample probe policy.
Definition at line 47 of file sample_probe_fn.hpp.
◆ size_type
typedef std::size_t __gnu_pbds::sample_probe_fn::size_type
__gnu_pbds::sample_probe_fn::sample_probe_fn | ( | ) |
---|
Default constructor.
◆ sample_probe_fn() [2/2]
◆ operator()()
size_type __gnu_pbds::sample_probe_fn::operator() ( key_const_reference r_key, size_type i ) const | inlineprotected |
---|
Returns the i-th offset from the hash value of some key r_key.
◆ swap()
The documentation for this class was generated from the following file: