Searched refs:m7 (Results 1 – 2 of 2) sorted by relevance
167 TMap m7(l); in test_deduction_guides() local168 static_assert(std::is_same<decltype(m7), TMap<int, std::string>>::value); in test_deduction_guides()
1126 TMap m7(l, compare, allocator); in TestDeductionGuides() local1127 static_assert(std::is_same<decltype(m7), TMap<Key, Value, Compare, Allocator>>::value); in TestDeductionGuides()