| Hedgehog
    3.1.0
    A library to generate hybrid pipeline workflow systems | 
Base definition of SplitOutput_t splitting a tuple of type to get the output types. More...
#include "meta_functions.h"

| Public Types | |
| using | Type = std::tuple< std::tuple_element_t< delta+Indices, Types >... > | 
| Type accessor. | |
Base definition of SplitOutput_t splitting a tuple of type to get the output types.
| Types | Tuple of types | 
| delta | Starting position of the output types | 
| Indices | Index position of output types beginning at 0 (variadic) | 
Definition at line 108 of file meta_functions.h.
| using hh::tool::internals::SplitOutput< Types, delta, std::index_sequence< Indices... > >::Type = std::tuple<std::tuple_element_t<delta + Indices, Types>...> | 
Type accessor.
Definition at line 110 of file meta_functions.h.