.TH "std::__detail::_Mod_range_hashing" 3cxx "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 .PP \fC#include \fP .SS "Public Types" .in +1c .ti -1c .RI "\fBtypedef\fP std::size_t \fBfirst_argument_type\fP" .br .ti -1c .RI "\fBtypedef\fP std::size_t \fBresult_type\fP" .br .ti -1c .RI "\fBtypedef\fP 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 \fB__num\fP, second_argument_type \fB__den\fP) \fBconst\fP \fBnoexcept\fP" .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 \fB424\fP of file \fBhashtable_policy\&.h\fP\&. .SH "Member Typedef Documentation" .PP .SS "\fBtypedef\fP std::size_t std::__detail::_Mod_range_hashing::first_argument_type" .PP Definition at line \fB426\fP of file \fBhashtable_policy\&.h\fP\&. .SS "\fBtypedef\fP std::size_t std::__detail::_Mod_range_hashing::result_type" .PP Definition at line \fB428\fP of file \fBhashtable_policy\&.h\fP\&. .SS "\fBtypedef\fP std::size_t std::__detail::_Mod_range_hashing::second_argument_type" .PP Definition at line \fB427\fP of file \fBhashtable_policy\&.h\fP\&. .SH "Member Function Documentation" .PP .SS "result_type std::__detail::_Mod_range_hashing::operator() (first_argument_type __num, second_argument_type __den) const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB431\fP of file \fBhashtable_policy\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.