Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_function_node.cpp61 function_node f7(follows(f6), unlimited, body, node_priority_t(5)); in test_deduction_guides_common() local
62 static_assert(std::is_same_v<decltype(f7), function_node<int, int>>); in test_deduction_guides_common()
64 function_node f8(follows(f7), unlimited, body, rejecting(), node_priority_t(5)); in test_deduction_guides_common()