Searched refs:concurrent_unordered_map_traits (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_unordered_map.h | 30 struct concurrent_unordered_map_traits { struct 48 …: public concurrent_unordered_base<concurrent_unordered_map_traits<Key, T, Hash, KeyEqual, Allocat… 50 using traits_type = concurrent_unordered_map_traits<Key, T, Hash, KeyEqual, Allocator, false>; 247 …: public concurrent_unordered_base<concurrent_unordered_map_traits<Key, T, Hash, KeyEqual, Allocat… 249 using traits_type = concurrent_unordered_map_traits<Key, T, Hash, KeyEqual, Allocator, true>;
|