libstdc++
|
A mod range-hashing class (uses the modulo function).
Definition at line 141 of file hash_policy.hpp.
direct_mod_range_hashing< Size_Type >::size_type __gnu_pbds::direct_mod_range_hashing< Size_Type >::operator() | ( | size_type | hash | ) | const [inline, protected] |
Transforms the __hash value hash into a ranged-hash value (using a modulo operation).
Definition at line 57 of file hash_policy.hpp.