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

Definition of HasType if T is the same type as the front type of the variadic. More...

#include "meta_functions.h"

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

Detailed Description

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

Definition of HasType if T is the same type as the front type of the variadic.

Template Parameters
TType to test
TsVariadic of types

Definition at line 156 of file meta_functions.h.