Searched refs:j3 (Results 1 – 3 of 3) sorted by relevance
47 join_node j3(j0); in test_deduction_guides() local48 static_assert(std::is_same_v<decltype(j3), join_node<tuple_type, key_matching<int>>>); in test_deduction_guides()
46 join_node j3(precedes(b4), body_int, body_int, body_double); in test_deduction_guides() local47 static_assert(std::is_same_v<decltype(j3), join_node<tuple_type, key_matching<int>>>); in test_deduction_guides()
56 join_node j3(precedes(b4)); in test_deduction_guides() local57 static_assert(std::is_same_v<decltype(j3), join_node<tuple_type>>); in test_deduction_guides()