Provided by: libstdc++-9-doc_9.5.0-1ubuntu1~22.04_all bug

NAME

       __gnu_pbds::quadratic_probe_fn< Size_Type > - A probe sequence policy using square
       increments.

SYNOPSIS

   Public Types
       typedef Size_Type size_type

   Public Member Functions
       void swap (quadratic_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::quadratic_probe_fn< Size_Type >" A probe sequence policy using square
       increments.

       Definition at line 85 of file hash_policy.hpp.

Member Function Documentation

   template<typename Size_Type  = std::size_t> size_type __gnu_pbds::quadratic_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++                                Tue Jul_1gnu0pbds::quadratic_probe_fn< Size_Type >(3cxx)