|
libstdc++
|
Inherits Eq_Fn.
Public Types | |
| typedef Eq_Fn | eq_fn_base |
| typedef rebind_traits< _Alloc, Key >::const_reference | key_const_reference |
| typedef _Alloc::size_type | size_type |
Public Member Functions | |
| hash_eq_fn (const Eq_Fn &r_eq_fn) | |
| bool | operator() (key_const_reference r_lhs_key, size_type lhs_hash, key_const_reference r_rhs_key, size_type rhs_hash) const |
| void | swap (const hash_eq_fn &other) |
Specialization 2 - The client requests that hash values be stored.
Definition at line 82 of file hash_eq_fn.hpp.