mCRL2
|
Public Types | |
using | is_transparent = void |
Public Member Functions | |
PairEquals ()=default | |
PairEquals (const key_equal &equals) | |
bool | operator() (const value_type &first, const value_type &second) const |
template<typename U , typename... V, typename = std::enable_if_t<!std::is_same_v<U, std::pair<Key, T>>>> | |
bool | operator() (const value_type &first, const U &key, const V &...) const |
Public Attributes | |
key_equal | equals |
Definition at line 77 of file unordered_map.h.
using mcrl2::utilities::unordered_map< Key, T, Hash, KeyEqual, Allocator, ThreadSafe, Resize >::PairEquals::is_transparent = void |
Definition at line 79 of file unordered_map.h.
|
default |
|
inlineexplicit |
Definition at line 83 of file unordered_map.h.
|
inline |
Definition at line 95 of file unordered_map.h.
|
inline |
Definition at line 89 of file unordered_map.h.
key_equal mcrl2::utilities::unordered_map< Key, T, Hash, KeyEqual, Allocator, ThreadSafe, Resize >::PairEquals::equals |
Definition at line 87 of file unordered_map.h.