Home
last modified time | relevance | path

Searched defs:HashCompare (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/common/
H A Dconcepts_common.h422 struct HashCompare { struct
440 template <typename K> using Correct = HashCompare<K, /*CopyCtor = */true, /*Dtor = */true, /*Hash =… argument
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_hash_map.h578 __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