Searched refs:m12 (Results 1 – 2 of 2) sorted by relevance
188 TMap m12(l, 4, custom_allocator_type{}); in test_deduction_guides() local189 static_assert(std::is_same<decltype(m12), TMap<int, std::string, std::hash<int>, in test_deduction_guides()
1146 TMap m12(std::move(m4), allocator); in TestDeductionGuides() local1147 static_assert(std::is_same<decltype(m12), decltype(m4)>::value); in TestDeductionGuides()