Hedgehog  3.1.0
A library to generate hybrid pipeline workflow systems
Loading...
Searching...
No Matches
hh::tool::internals::PushFront< Ts, T > Struct Template Reference

Base definition of PushFront accepting a tuple as template parameter and the element to add. More...

Collaboration diagram for hh::tool::internals::PushFront< Ts, T >:
Collaboration graph

Detailed Description

template<typename Ts, typename T>
struct hh::tool::internals::PushFront< Ts, T >

Base definition of PushFront accepting a tuple as template parameter and the element to add.

Template Parameters
TsList of types as tuple
TType to add in front of tuple

Definition at line 62 of file meta_functions.h.