__gnu_pbds::linear_probe_fn.3cxx
Contents
Detailed Description
template<typenameSize_Type=std::size_t>
class __gnu_pbds::linear_probe_fn< Size_Type >"A probe sequence policy using fixed increments.
Member Function Documentation
template<typenameSize_Type=std::size_t>size_type__gnu_pbds::linear_probe_fn<Size_Type>::operator()(size_typei)const[inline],[protected]
Returns the i-th offset from the hash value.
Name
__gnu_pbds::linear_probe_fn< Size_Type > - A probe sequence policy using fixed increments.
Synopsis
#include <hash_policy.hpp>
PublicTypes
typedef Size_Type size_typePublicMemberFunctions
void swap (linear_probe_fn< Size_Type > &other)
ProtectedMemberFunctions
size_type operator() (size_type i) const
Returns the i-th offset from the hash value.
