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

Concept verifying that a type is in a tuple. More...

#include "concepts.h"

Concept definition

template<class T, class Tuple>
concept hh::tool::ContainsInTupleConcept = isContainedInTuple_v<T, Tuple>
Concept verifying that a type is in a tuple.
Definition: concepts.h:92

Detailed Description

Concept verifying that a type is in a tuple.

Template Parameters
TType to test in tuple Tuple
TupleTuple of types

Definition at line 92 of file concepts.h.