Searched defs:HashCompare (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/test/common/ |
| H A D | concepts_common.h | 422 struct HashCompare { struct 440 template <typename K> using Correct = HashCompare<K, /*CopyCtor = */true, /*Dtor = */true, /*Hash =… argument
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_hash_map.h | 578 __TBB_requires(tbb::detail::hash_compare<HashCompare, Key> && in __TBB_requires() 1650 inline void swap(concurrent_hash_map<Key, T, HashCompare, A> &a, concurrent_hash_map<Key, T, HashCo… in swap() argument
|