Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_unordered_map.cpp188 TMap m12(l, 4, custom_allocator_type{}); in test_deduction_guides() local
189 static_assert(std::is_same<decltype(m12), TMap<int, std::string, std::hash<int>, in test_deduction_guides()
H A Dconformance_concurrent_hash_map.cpp1146 TMap m12(std::move(m4), allocator); in TestDeductionGuides() local
1147 static_assert(std::is_same<decltype(m12), decltype(m4)>::value); in TestDeductionGuides()