Searched refs:j2 (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_join_node_key_matching.cpp | 43 join_node j2(follows(b1, b2, b3), body_int, body_int, body_double); in test_deduction_guides() local 44 static_assert(std::is_same_v<decltype(j2), join_node<tuple_type, key_matching<int>>>); in test_deduction_guides()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_join_node.cpp | 53 join_node j2(follows(b1, b2, b3), reserving()); in test_deduction_guides() local 54 static_assert(std::is_same_v<decltype(j2), join_node<tuple_type, reserving>>); in test_deduction_guides()
|