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

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

#include "concepts.h"

Concept definition

template<class NodeType, class TupleGraphInputs>
&& std::tuple_size_v<
Intersect_t<typename NodeType::inputs_t, TupleGraphInputs>
> != 0
Test if a node is a receiver node.
Definition: concepts.h:186
Test if a node can be input of a graph.
Definition: concepts.h:216

Detailed Description

Test if a node can be input of a graph.

Template Parameters
NodeTypeType of a node
TupleGraphInputsGraph input types (tuple)

Definition at line 216 of file concepts.h.