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

Definition of HasType if T is different than the front type of the variadic. More...

#include "meta_functions.h"

Inheritance diagram for hh::tool::internals::HasType< T, std::tuple< Front, Ts... > >:
Inheritance graph
Collaboration diagram for hh::tool::internals::HasType< T, std::tuple< Front, Ts... > >:
Collaboration graph

Detailed Description

template<typename T, typename Front, typename... Ts>
struct hh::tool::internals::HasType< T, std::tuple< Front, Ts... > >

Definition of HasType if T is different than the front type of the variadic.

Template Parameters
TType to test
FrontFront type of variadic
TsVariadic of types

Definition at line 150 of file meta_functions.h.