Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_unordered_map.cpp175 TMap m9(l, 4, degenerate_hash<int>()); in test_deduction_guides() local
176 static_assert(std::is_same<decltype(m9), TMap<int, std::string, degenerate_hash<int>>>::value); in test_deduction_guides()
H A Dconformance_concurrent_hash_map.cpp1134 TMap m9(m1); in TestDeductionGuides() local
1135 static_assert(std::is_same<decltype(m9), decltype(m1)>::value); in TestDeductionGuides()