Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_join_node_key_matching.cpp35 join_node j1(g, body_int, body_int, body_double); in test_deduction_guides() local
36 static_assert(std::is_same_v<decltype(j1), join_node<tuple_type, key_matching<int>>>); in test_deduction_guides()
50 join_node j4(j1); in test_deduction_guides()
/oneTBB/test/conformance/
H A Dconformance_join_node.cpp50 join_node j1(follows(b1, b2, b3)); in test_deduction_guides() local
51 static_assert(std::is_same_v<decltype(j1), join_node<tuple_type>>); in test_deduction_guides()