Hedgehog  3.1.0
A library to generate hybrid pipeline workflow systems
Loading...
Searching...
No Matches
hh::tool::internals::SplitInput< Types, std::index_sequence< Indices... > > Struct Template Reference

Definition of SplitInput splitting a tuple of type to get the input types. More...

#include "meta_functions.h"

Collaboration diagram for hh::tool::internals::SplitInput< Types, std::index_sequence< Indices... > >:
Collaboration graph

Public Types

using Type = std::tuple< std::tuple_element_t< Indices, Types >... >
 Type accessor.
 

Detailed Description

template<typename Types, size_t... Indices>
struct hh::tool::internals::SplitInput< Types, std::index_sequence< Indices... > >

Definition of SplitInput splitting a tuple of type to get the input types.

Template Parameters
TypesTuple of types
IndicesIndices of the types to keep (variadic)

Definition at line 87 of file meta_functions.h.

Member Typedef Documentation

◆ Type

template<typename Types , size_t... Indices>
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.