Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_node_set_impl.h98 struct is_receiver : std::is_base_of<receiver<typename T::input_type>, T> {}; struct
133 static_assert((conjunction<is_receiver<FirstSuccessor>, is_receiver<Successors>...>::value),
143 static_assert((conjunction<is_receiver<Successors>...>::value),