Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_unordered_map.cpp179 TMap m10(l, 4, degenerate_hash<int>(), std::less<int>()); in test_deduction_guides() local
180 …static_assert(std::is_same<decltype(m10), TMap<int, std::string, degenerate_hash<int>, std::less<i… in test_deduction_guides()
H A Dconformance_concurrent_hash_map.cpp1138 TMap m10(m4, allocator); in TestDeductionGuides() local
1139 static_assert(std::is_same<decltype(m10), decltype(m4)>::value); in TestDeductionGuides()