Hedgehog  0.0.0
A library to generate hybrid pipeline workflow systems
hh::traits::is_included< T1, T2 > Struct Template Reference

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"

Inheritance diagram for hh::traits::is_included< T1, T2 >:
Inheritance graph
Collaboration diagram for hh::traits::is_included< T1, T2 >:
Collaboration graph

Detailed Description

template<class T1, class T2>
struct hh::traits::is_included< T1, T2 >

Check if a tuple of types T1 is included in a tuple of type T2, all type in T1 are in T2.

Template Parameters
T1Tuple of types that should be in type T2
T2Tuple of types that should contain all type of T1

Definition at line 115 of file traits.h.


The documentation for this struct was generated from the following file: