__gnu_pbds::quadratic_probe_fn< Size_Type >(3) Library Functions Manual NAME __gnu_pbds::quadratic_probe_fn< Size_Type > - A probe sequence policy using square increments. SYNOPSIS #include 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 class __gnu_pbds::quadratic_probe_fn< Size_Type >"A probe sequence policy using square increments. Member Function Documentation template 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++ __gnu_pbds::quadratic_probe_fn< Size_Type >(3)