|
libstdc++
|
#include <hash_eq_fn.hpp>
Inherits Eq_Fn.
Public Types | |
| typedef Eq_Fn | eq_fn_base |
| typedef _Alloc::template rebind< Key >::other | key_allocator |
| typedef key_allocator::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 81 of file hash_eq_fn.hpp.
| typedef Eq_Fn __gnu_pbds::detail::hash_eq_fn< Key, Eq_Fn, _Alloc, true >::eq_fn_base |
Definition at line 84 of file hash_eq_fn.hpp.
| typedef _Alloc::template rebind<Key>::other __gnu_pbds::detail::hash_eq_fn< Key, Eq_Fn, _Alloc, true >::key_allocator |
Definition at line 85 of file hash_eq_fn.hpp.
| typedef key_allocator::const_reference __gnu_pbds::detail::hash_eq_fn< Key, Eq_Fn, _Alloc, true >::key_const_reference |
Definition at line 86 of file hash_eq_fn.hpp.
| typedef _Alloc::size_type __gnu_pbds::detail::hash_eq_fn< Key, Eq_Fn, _Alloc, true >::size_type |
Definition at line 83 of file hash_eq_fn.hpp.
|
inline |
Definition at line 88 of file hash_eq_fn.hpp.
|
inline |
Definition at line 90 of file hash_eq_fn.hpp.
|
inline |
Definition at line 93 of file hash_eq_fn.hpp.
|
inline |
Definition at line 104 of file hash_eq_fn.hpp.