Searched refs:m8 (Results 1 – 2 of 2) sorted by relevance
171 TMap m8(l, 1); in test_deduction_guides() local172 static_assert(std::is_same<decltype(m8), TMap<int, std::string>>::value); in test_deduction_guides()
1130 TMap m8(l, allocator); in TestDeductionGuides() local1131 static_assert(std::is_same<decltype(m8), TMap<Key, Value, DefaultCompare, Allocator>>::value); in TestDeductionGuides()