Searched refs:j4 (Results 1 – 2 of 2) sorted by relevance
50 join_node j4(j1); in test_deduction_guides() local51 static_assert(std::is_same_v<decltype(j4), join_node<tuple_type, key_matching<int>>>); in test_deduction_guides()
59 join_node j4(precedes(b4), reserving()); in test_deduction_guides() local60 static_assert(std::is_same_v<decltype(j4), join_node<tuple_type, reserving>>); in test_deduction_guides()