|
Hedgehog
3.1.0
A library to generate hybrid pipeline workflow systems
|
Definition of SplitInput splitting a tuple of type to get the input types. More...
#include "meta_functions.h"

Public Types | |
| using | Type = std::tuple< std::tuple_element_t< Indices, Types >... > |
| Type accessor. | |
Definition of SplitInput splitting a tuple of type to get the input types.
| Types | Tuple of types |
| Indices | Indices of the types to keep (variadic) |
Definition at line 87 of file meta_functions.h.
| using hh::tool::internals::SplitInput< Types, std::index_sequence< Indices... > >::Type = std::tuple<std::tuple_element_t<Indices, Types>...> |
Type accessor.
Definition at line 89 of file meta_functions.h.