libstdc++
|
#include <hash_eq_fn.hpp>
Inherits Eq_Fn.
Public Types | |
typedef Eq_Fn | eq_fn_base |
typedef rebind_traits< _Alloc, Key >::const_reference | key_const_reference |
Public Member Functions | |
hash_eq_fn (const Eq_Fn &r_eq_fn) | |
bool | operator() (key_const_reference r_lhs_key, key_const_reference r_rhs_key) const |
void | swap (const hash_eq_fn &other) |
Specialization 1 - The client requests that hash values not be stored.
Definition at line 59 of file hash_eq_fn.hpp.
typedef Eq_Fn __gnu_pbds::detail::hash_eq_fn< Key, Eq_Fn, _Alloc, false >::eq_fn_base |
Definition at line 61 of file hash_eq_fn.hpp.
typedef rebind_traits<_Alloc,Key>::const_reference __gnu_pbds::detail::hash_eq_fn< Key, Eq_Fn, _Alloc, false >::key_const_reference |
Definition at line 63 of file hash_eq_fn.hpp.
|
inline |
Definition at line 65 of file hash_eq_fn.hpp.
|
inline |
Definition at line 67 of file hash_eq_fn.hpp.
|
inline |
Definition at line 70 of file hash_eq_fn.hpp.
|
inline |
Definition at line 75 of file hash_eq_fn.hpp.