Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_map.cpp134 TMap map7(init, allocator); in test_deduction_guides() local
135 …static_assert(std::is_same_v<decltype(map7), TMap<int, int, std::less<int>, decltype(allocator)> >… in test_deduction_guides()
H A Dconformance_concurrent_hash_map.cpp1075 map_type map7({}, compare); in TestHashCompareConstructors() local