.TH "std::__detail::_Mod_range_hashing" 3cxx "Fri May 28 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__detail::_Mod_range_hashing \- Default range hashing function: use division to fold a large number into the range [0, N)\&. .SH SYNOPSIS .br .PP .SS "Public Types" .in +1c .ti -1c .RI "typedef std::size_t \fBfirst_argument_type\fP" .br .ti -1c .RI "typedef std::size_t \fBresult_type\fP" .br .ti -1c .RI "typedef std::size_t \fBsecond_argument_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "result_type \fBoperator()\fP (first_argument_type __num, second_argument_type __den) const noexcept" .br .in -1c .SH "Detailed Description" .PP Default range hashing function: use division to fold a large number into the range [0, N)\&. .PP Definition at line 424 of file hashtable_policy\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.