|
Hedgehog
3.1.0
A library to generate hybrid pipeline workflow systems
|
Definition of PushFront accepting a variadic as template parameter and the element to add. More...
#include "meta_functions.h"

Public Types | |
| using | Type = std::tuple< T, Vs... > |
| Accessor of the tuple type consisting of the type T followed by the Vs... | |
Definition of PushFront accepting a variadic as template parameter and the element to add.
| Vs | List of types as variadic |
| T | Type to add in front of variadic |
Definition at line 68 of file meta_functions.h.
| using hh::tool::internals::PushFront< std::tuple< Vs... >, T >::Type = std::tuple<T, Vs...> |
Accessor of the tuple type consisting of the type T followed by the Vs...
Definition at line 70 of file meta_functions.h.