|
Hedgehog
0.0.0
A library to generate hybrid pipeline workflow systems
|
Check if a tuple of types T1 is included in a tuple of type T2, all type in T1 are in T2. More...
#include "traits.h"

Static Public Attributes | |
| static bool const | value = std::disjunction_v<Contains<typename std::tuple_element<Is, T1>::type, T2>...> |
| True if all type in T1 are in T2, else False. | |
Check if a tuple of types T1 is included in a tuple of type T2, all type in T1 are in T2.
| T1 | Tuple of types that should be in type T2 |
| T2 | Tuple of types that should contain all type of T1 |
| Is | List of index of tuple T1 |