Searched refs:m10 (Results 1 – 2 of 2) sorted by relevance
179 TMap m10(l, 4, degenerate_hash<int>(), std::less<int>()); in test_deduction_guides() local180 …static_assert(std::is_same<decltype(m10), TMap<int, std::string, degenerate_hash<int>, std::less<i… in test_deduction_guides()
1138 TMap m10(m4, allocator); in TestDeductionGuides() local1139 static_assert(std::is_same<decltype(m10), decltype(m4)>::value); in TestDeductionGuides()