libstdc++
|
Inherits Comb_Hash_Fn.
Protected Types | |
typedef Comb_Hash_Fn | comb_hash_fn_base |
typedef _Alloc::size_type | size_type |
Protected Member Functions | |
ranged_hash_fn (size_type) | |
ranged_hash_fn (size_type, const Comb_Hash_Fn &) | |
ranged_hash_fn (size_type, const null_type &, const Comb_Hash_Fn &) | |
void | swap (ranged_hash_fn< Key, null_type, _Alloc, Comb_Hash_Fn, false > &) |
Specialization 3 The client does not supply a hash function (by specifying null_type as the Hash_Fn parameter), and requests that hash values not be stored.
Definition at line 255 of file ranged_hash_fn.hpp.