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

Test if an output type is in the list of output types (variadic) More...

#include "concepts.h"

Concept definition

template<class O, class ... Os>
ContainsConcept<O, Os...>
Concept verifying that a type is in a variadic.
Definition: concepts.h:86
Test if an output type is in the list of output types (variadic)
Definition: concepts.h:105

Detailed Description

Test if an output type is in the list of output types (variadic)

Template Parameters
OOutput type to test
OsTuple of output types

Definition at line 105 of file concepts.h.