Searched refs:join_type (Results 1 – 2 of 2) sorted by relevance
66 typedef join_node<tuple<int,int>, reserving> join_type;67 join_type jn(g);68 buffer_node<join_type::output_type> buf_out(g);69 join_type::output_type tuple_out;
282 using join_type = join_node<tuple_type, key_matching<K>>; in test_invoke_basic() typedef285 join_type j(g, body1, body2); in test_invoke_basic()