Provided by: libstdc++-13-doc_13.2.0-23ubuntu4_all
NAME
__gnu_pbds::linear_probe_fn< Size_Type > - A probe sequence policy using fixed increments.
SYNOPSIS
#include <hash_policy.hpp> Public Types typedef Size_Type size_type Public Member Functions void swap (linear_probe_fn< Size_Type > &other) Protected Member Functions size_type operator() (size_type i) const Returns the i-th offset from the hash value.
Detailed Description
template<typename Size_Type = std::size_t> class __gnu_pbds::linear_probe_fn< Size_Type >"A probe sequence policy using fixed increments.
Member Function Documentation
template<typename Size_Type = std::size_t> size_type __gnu_pbds::linear_probe_fn< Size_Type >::operator() (size_type i) const [inline], [protected] Returns the i-th offset from the hash value.
Author
Generated automatically by Doxygen for libstdc++ from the source code. libstdc++gnu_pbds::linear_probe_fn< Size_Type >(3cxx)