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

Test if a node is a receiver for a type. More...

#include "concepts.h"

Concept definition

template<class NodeType, class InputType>
&& ContainsInTupleConcept<InputType,
typename NodeType::inputs_t>
Concept verifying that a type is in a tuple.
Definition: concepts.h:92
Test if a node is a receiver node.
Definition: concepts.h:186
Test if a node is a receiver for a type.
Definition: concepts.h:207

Detailed Description

Test if a node is a receiver for a type.

Template Parameters
NodeTypeType of node to test
InputTypeType to test

Definition at line 207 of file concepts.h.