Lines Matching refs:Key
28 template <typename Key, typename Hash, typename KeyEqual, typename Allocator, bool AllowMultimappin…
30 using key_type = Key;
41 template <typename Key, typename Hash, typename KeyEqual, typename Allocator>
44 template <typename Key, typename Hash = std::hash<Key>, typename KeyEqual = std::equal_to<Key>,
45 typename Allocator = tbb::tbb_allocator<Key>>
47 …: public concurrent_unordered_base<concurrent_unordered_set_traits<Key, Hash, KeyEqual, Allocator,…
49 using traits_type = concurrent_unordered_set_traits<Key, Hash, KeyEqual, Allocator, false>;
177 template <typename Key, typename Hash, typename KeyEqual, typename Allocator>
178 void swap( concurrent_unordered_set<Key, Hash, KeyEqual, Allocator>& lhs, in swap() argument
179 concurrent_unordered_set<Key, Hash, KeyEqual, Allocator>& rhs ) { in swap()
183 template <typename Key, typename Hash = std::hash<Key>, typename KeyEqual = std::equal_to<Key>,
184 typename Allocator = tbb::tbb_allocator<Key>>
186 …: public concurrent_unordered_base<concurrent_unordered_set_traits<Key, Hash, KeyEqual, Allocator,…
188 using traits_type = concurrent_unordered_set_traits<Key, Hash, KeyEqual, Allocator, true>;
315 template <typename Key, typename Hash, typename KeyEqual, typename Allocator>
316 void swap( concurrent_unordered_multiset<Key, Hash, KeyEqual, Allocator>& lhs, in swap() argument
317 concurrent_unordered_multiset<Key, Hash, KeyEqual, Allocator>& rhs ) { in swap()