Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_nodes_deduction.h32 struct NoInputBody {}; struct
35 struct declare_body_types<NoInputBody, Output> {
54 struct body_types<Output (T::*)(flow_control&) const> : declare_body_types<NoInputBody, Output> {};
57 struct body_types<Output (T::*)(flow_control&)> : declare_body_types<NoInputBody, Output> {};
66 struct body_types<Output (*)(flow_control&)> : declare_body_types<NoInputBody, Output> {};