logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

__gnu_pbds::sample_probe_fn.3cxx

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++                  __gnu_pbds::sample_probe_fn(3cxx)

Constructor & Destructor Documentation

__gnu_pbds::sample_probe_fn::sample_probe_fn()
       Default constructor.

   __gnu_pbds::sample_probe_fn::sample_probe_fn(constsample_probe_fn&)
       Copy constructor.

Detailed Description

       A sample probe policy.

Member Function Documentation

size_type__gnu_pbds::sample_probe_fn::operator()(key_const_referencer_key,size_typei)const[inline],[protected]
       Returns the i-th offset from the hash value of some key r_key.

   void__gnu_pbds::sample_probe_fn::swap(sample_probe_fn&)[inline]
       Swaps content.

Name

       __gnu_pbds::sample_probe_fn - A sample probe policy.

Synopsis

       #include <sample_probe_fn.hpp>

   PublicTypes
       typedef std::size_t size_typePublicMemberFunctionssample_probe_fn ()
           Default constructor.
       sample_probe_fn (const sample_probe_fn &)
           Copy constructor.
       void swap (sample_probe_fn &)
           Swaps content.

   ProtectedMemberFunctions
       size_type operator() (key_const_reference r_key, size_type i) const
           Returns the i-th offset from the hash value of some key r_key.

See Also