Home
last modified time | relevance | path

Searched refs:map8 (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_concurrent_map.cpp137 TMap map8(init, compare, allocator); in test_deduction_guides() local
138 …static_assert(std::is_same_v<decltype(map8), TMap<int, int, decltype(compare), decltype(allocator)… in test_deduction_guides()
H A Dconformance_concurrent_hash_map.cpp1076 map_type map8({}, compare, allocator); in TestHashCompareConstructors() local