Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_unordered_map.cpp171 TMap m8(l, 1); in test_deduction_guides() local
172 static_assert(std::is_same<decltype(m8), TMap<int, std::string>>::value); in test_deduction_guides()
H A Dconformance_concurrent_hash_map.cpp1130 TMap m8(l, allocator); in TestDeductionGuides() local
1131 static_assert(std::is_same<decltype(m8), TMap<Key, Value, DefaultCompare, Allocator>>::value); in TestDeductionGuides()