Home
last modified time | relevance | path

Searched refs:j2 (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_join_node_key_matching.cpp43 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 Dconformance_join_node.cpp53 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()