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

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

#include "concepts.h"

Concept definition

template<class NodeType, class InputType, class TupleGraphInputs>
Concept verifying that a type is in a tuple.
Definition: concepts.h:92
Test if a node is a receiver for a type.
Definition: concepts.h:207
Test if a node can be input of a graph for a type.
Definition: concepts.h:227

Detailed Description

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

Template Parameters
NodeTypeType of node
InputTypeInput type to test against
TupleGraphInputsTuple of graph's input types

Definition at line 227 of file concepts.h.