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

Test if an input type is in the list of input types (tuple) More...

#include "concepts.h"

Concept definition

template<class I, class Is>
Concept verifying that a type is in a tuple.
Definition: concepts.h:92
Test if an input type is in the list of input types (tuple)
Definition: concepts.h:98

Detailed Description

Test if an input type is in the list of input types (tuple)

Template Parameters
IInput type to test
IsTuple of input types

Definition at line 98 of file concepts.h.