GrPPI
0.3.1
Generic and Reusable Parallel Pattern Interface
|
Fastflow node for a pipeline transformation stage. More...
#include <simple_node.h>
Public Member Functions | |
node_impl (Transformer &&transform_op) | |
Output * | svc (Input *p_item) |
Fastflow node for a pipeline transformation stage.
Input | Data type for the input value. |
Output | Data type for the output value. |
Transformer | Callable type for a transformation. |
|
inline |
|
inline |