|
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"


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 |