Searched defs:multiset_type (Results 1 – 4 of 4) sorted by relevance
37 using multiset_type = tbb::concurrent_unordered_multiset<int, std::hash<int>, std::equal_to<int>, M… typedef
35 using multiset_type = tbb::concurrent_multiset<int, std::less<int>, MyAllocator<int>>; typedef
37 using multiset_type = oneapi::tbb::concurrent_multiset<int, std::less<int>, Allocator<int>>; typedef
39 using multiset_type = oneapi::tbb::concurrent_unordered_multiset<int, std::hash<int>, std::equal_to… typedef