Query: std::__detail::_mod_range_hashing
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
std::__detail::_Mod_range_hashing(3) Library Functions Manual std::__detail::_Mod_range_hashing(3)NAMEstd::__detail::_Mod_range_hashing -SYNOPSISPublic 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 Detailed Description Default range hashing function: use division to fold a large number into the range [0, N). Definition at line 337 of file hashtable_policy.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Jun 10 2014 std::__detail::_Mod_range_hashing(3)