Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_join_node_key_matching.cpp154 struct join_node_correct_initialization_helper { struct
155 …static constexpr bool value = join_node_correct_initialization_helper<CurrentArgCount - 1, Correct… argument
159 struct join_node_correct_initialization_helper<0, CorrectT, Args...> { struct
165 …static constexpr bool value = join_node_correct_initialization_helper<CurrentArgCount, CorrectT>::… argument
171 …static constexpr bool value = join_node_correct_initialization_helper<MAX_TUPLE_TEST_SIZE, Correct…