|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
A functor that spawns a task. More...
Public Member Functions | |
| spawn_functor (tbb::task &t) | |
| void | operator() () const |
Private Attributes | |
| tbb::task & | spawn_task |
Additional Inherited Members | |
Private Member Functions inherited from tbb::internal::no_assign | |
| void | operator= (const no_assign &)=delete |
| no_assign (const no_assign &)=default | |
| no_assign ()=default | |
A functor that spawns a task.
Definition at line 256 of file _flow_graph_impl.h.
|
inline |
Definition at line 259 of file _flow_graph_impl.h.
|
inline |
Definition at line 260 of file _flow_graph_impl.h.
References FLOW_SPAWN, and spawn_task.
|
private |
Definition at line 257 of file _flow_graph_impl.h.
Referenced by operator()().