template<typename Key, typename T, typename Hash, typename KeyEqual, typename Allocator, bool ThreadSafe, bool Resize>
struct mcrl2::utilities::unordered_map< Key, T, Hash, KeyEqual, Allocator, ThreadSafe, Resize >::PairHash
Definition at line 52 of file unordered_map.h.
template<typename Key , typename T , typename Hash , typename KeyEqual , typename Allocator , bool ThreadSafe, bool Resize>
template<typename U , typename ... V, typename = std::enable_if_t<!std::is_same_v<U, std::pair<Key, T>>>>
std::size_t mcrl2::utilities::unordered_map< Key, T, Hash, KeyEqual, Allocator, ThreadSafe, Resize >::PairHash::operator() |
( |
const U & |
key, |
|
|
const V & |
... |
|
) |
| const |
|
inline |