|
Hedgehog
3.1.0
A library to generate hybrid pipeline workflow systems
|
Definition of the implementation of the Intersect metafunction when arriving at the end of T1. More...
#include "meta_functions.h"

Public Types | |
| using | type = std::tuple<> |
| Returning an empty tuple when arriving at the end of T1. | |
Definition of the implementation of the Intersect metafunction when arriving at the end of T1.
| T1 | Tuple of types |
| T2 | Tuple of types |
| Size | Size of T1 |
Definition at line 171 of file meta_functions.h.
| using hh::tool::internals::IntersectImpl< T1, T2, Size, Size >::type = std::tuple<> |
Returning an empty tuple when arriving at the end of T1.
Definition at line 173 of file meta_functions.h.