Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_unordered_map.cpp167 TMap m7(l); in test_deduction_guides() local
168 static_assert(std::is_same<decltype(m7), TMap<int, std::string>>::value); in test_deduction_guides()
H A Dconformance_concurrent_hash_map.cpp1126 TMap m7(l, compare, allocator); in TestDeductionGuides() local
1127 static_assert(std::is_same<decltype(m7), TMap<Key, Value, Compare, Allocator>>::value); in TestDeductionGuides()