Searched refs:set4 (Results 1 – 1 of 1) sorted by relevance
104 TSet set4(vc.begin(), vc.end(), compare, allocator); in test_deduction_guides() local105 …static_assert(std::is_same_v<decltype(set4), TSet<int, decltype(compare), decltype(allocator)>>, "… in test_deduction_guides()