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

Base definition of HasType testing if a type T is in tuple Tuple. More...

Inheritance diagram for hh::tool::internals::HasType< T, Tuple >:
Inheritance graph
Collaboration diagram for hh::tool::internals::HasType< T, Tuple >:
Collaboration graph

Detailed Description

template<typename T, typename Tuple>
struct hh::tool::internals::HasType< T, Tuple >

Base definition of HasType testing if a type T is in tuple Tuple.

Template Parameters
TType to test
TupleTuple of types

Definition at line 138 of file meta_functions.h.