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

std::__detail::_Mask_range_hashing - Range hashing function assuming that second arg is a power of 2.

Author

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

libstdc++                                        Tue Jul 19 2022        std::__detail::_Mask_range_hashing(3cxx)

Detailed Description

       Range hashing function assuming that second arg is a power of 2.

       Definition at line 494 of file hashtable_policy.h.

Name

       std::__detail::_Mask_range_hashing - Range hashing function assuming that second arg is a power of 2.

Synopsis

PublicTypes
       typedef std::size_t first_argument_type
       typedef std::size_t result_type
       typedef std::size_t second_argument_typePublicMemberFunctions
       result_type operator() (first_argument_type __num, second_argument_type __den) const noexcept

See Also