std::__detail::_Mod_range_hashing - Default range hashing function: use division to fold a large number
Contents
Detailed Description
Default range hashing function: use division to fold a large number into the range [0, N).
Definition at line 424 of file hashtable_policy.h.
Name
std::__detail::_Mod_range_hashing - Default range hashing function: use division to fold a large number
into the range [0, N).
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
