Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_unordered_map.cpp183 TMap m11(l, 4, degenerate_hash<int>(), std::less<int>(), custom_allocator_type{}); in test_deduction_guides() local
184 static_assert(std::is_same<decltype(m11), TMap<int, std::string, degenerate_hash<int>, in test_deduction_guides()
H A Dconformance_concurrent_hash_map.cpp1142 TMap m11(std::move(m1)); in TestDeductionGuides() local
1143 static_assert(std::is_same<decltype(m11), decltype(m1)>::value); in TestDeductionGuides()