Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_join_node_key_matching.cpp50 join_node j4(j1); in test_deduction_guides() local
51 static_assert(std::is_same_v<decltype(j4), join_node<tuple_type, key_matching<int>>>); in test_deduction_guides()
/oneTBB/test/conformance/
H A Dconformance_join_node.cpp59 join_node j4(precedes(b4), reserving()); in test_deduction_guides() local
60 static_assert(std::is_same_v<decltype(j4), join_node<tuple_type, reserving>>); in test_deduction_guides()