libstdc++
|
Inherits Hash_Fn, and Comb_Hash_Fn.
Protected Member Functions | |
ranged_hash_fn (size_type) | |
ranged_hash_fn (size_type, const Hash_Fn &) | |
ranged_hash_fn (size_type, const Hash_Fn &, const Comb_Hash_Fn &) | |
void | notify_resized (size_type) |
size_type | operator() (key_const_reference) const |
void | swap (ranged_hash_fn< Key, Hash_Fn, _Alloc, Comb_Hash_Fn, false > &) |
Specialization 1 The client supplies a hash function and a ranged hash function, and requests that hash values not be stored.
Definition at line 71 of file ranged_hash_fn.hpp.