Searched refs:m11 (Results 1 – 2 of 2) sorted by relevance
183 TMap m11(l, 4, degenerate_hash<int>(), std::less<int>(), custom_allocator_type{}); in test_deduction_guides() local184 static_assert(std::is_same<decltype(m11), TMap<int, std::string, degenerate_hash<int>, in test_deduction_guides()
1142 TMap m11(std::move(m1)); in TestDeductionGuides() local1143 static_assert(std::is_same<decltype(m11), decltype(m1)>::value); in TestDeductionGuides()