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

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

#include "concepts.h"

Concept definition

template<class T, class ... Ts>
constexpr bool isContainedIn_v
Helper testing if a type T is in variadic Ts.
Concept verifying that a type is in a variadic.
Definition: concepts.h:86

Detailed Description

Concept verifying that a type is in a variadic.

Template Parameters
TType to test in variadic Ts
TsVariadic of types

Definition at line 86 of file concepts.h.