Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_node_set_impl.h86 using has_input_type = supports<T, alias_helpers::input_type>; variable
130 static_assert((conjunction<has_input_type<FirstSuccessor>,
131 has_input_type<Successors>...>::value),
141 static_assert((conjunction<has_input_type<Successors>...>::value),