Provided by: libstdc++-10-doc_10.5.0-1ubuntu1~22.04.2_all 

NAME
std::__detail::_Mod_range_hashing - Default range hashing function: use division to fold a large number
into the range [0, N).
SYNOPSIS
Public Types
typedef std::size_t first_argument_type
typedef std::size_t result_type
typedef std::size_t second_argument_type
Public Member Functions
result_type operator() (first_argument_type __num, second_argument_type __den) const noexcept
Detailed Description
Default range hashing function: use division to fold a large number into the range [0, N).
Author
Generated automatically by Doxygen for libstdc++ from the source code.
libstdc++ Tue Apr 22 2025 std::__detail::_Mod_range_hashing(3cxx)