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

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

#include "concepts.h"

Concept definition

template<class NodeType, class OutputType>
&& ContainsInTupleConcept<OutputType,
typename NodeType::outputs_t>
Concept verifying that a type is in a tuple.
Definition: concepts.h:92
Test if a node is a sender node.
Definition: concepts.h:175
Test if a node is a sender for a type.
Definition: concepts.h:198

Detailed Description

Test if a node is a sender for a type.

Template Parameters
NodeTypeType of node to test
OutputTypeType to test

Definition at line 198 of file concepts.h.