Hedgehog  3.1.0
A library to generate hybrid pipeline workflow systems
Loading...
Searching...
No Matches
hh::tool::CompatibleOutputNodeForAType Concept Reference

Test if a node can be output of a graph for a type. More...

#include "concepts.h"

Concept definition

template<class NodeType, class OutputType, class TupleGraphOutputs>
Concept verifying that a type is in a tuple.
Definition: concepts.h:92
Test if a node is a sender for a type.
Definition: concepts.h:198
Test if a node can be output of a graph for a type.
Definition: concepts.h:246

Detailed Description

Test if a node can be output of a graph for a type.

Template Parameters
NodeTypeType of node
OutputTypeInput type to test against
TupleGraphOutputsTuple of graph's input types (tuple)

Definition at line 246 of file concepts.h.