Hedgehog
3.1.0
A library to generate hybrid pipeline workflow systems
|
Intersect metafunction creating a tuple of types that are in T1 and T2. More...
#include "meta_functions.h"
Public Types | |
using | type = typename IntersectImpl< T1, T2, 0, std::tuple_size_v< T1 > >::type |
Accessor to the type of the tuple of types that are in T1 and T2. | |
Intersect metafunction creating a tuple of types that are in T1 and T2.
T1 | Tuple of types |
T2 | Tuple of types |
Definition at line 194 of file meta_functions.h.
using hh::tool::internals::Intersect< T1, T2 >::type = typename IntersectImpl<T1, T2, 0, std::tuple_size_v<T1> >::type |
Accessor to the type of the tuple of types that are in T1 and T2.
Definition at line 196 of file meta_functions.h.