Searched refs:set2 (Results 1 – 1 of 1) sorted by relevance
98 TSet set2(vc.begin(), vc.end(), compare); in test_deduction_guides() local99 static_assert(std::is_same_v<decltype(set2), TSet<int, decltype(compare)>>, "Wrong"); in test_deduction_guides()