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

Base definition of SplitOutput_t splitting a tuple of type to get the output types. More...

Collaboration diagram for hh::tool::internals::SplitOutput< Types, delta, Indices >:
Collaboration graph

Detailed Description

template<typename Types, size_t delta, typename Indices>
struct hh::tool::internals::SplitOutput< Types, delta, Indices >

Base definition of SplitOutput_t splitting a tuple of type to get the output types.

Template Parameters
TypesTuple of types
deltaStarting position of the output types
IndicesIndex position of output types beginning at 0 (tuple)

Definition at line 101 of file meta_functions.h.