Hedgehog  0.0.0
A library to generate hybrid pipeline workflow systems
hh::traits::Contains< T, std::tuple< Ts... > > Struct Template Reference

Check if a template T is in tuple containing template pack Ts. More...

#include "traits.h"

Inheritance diagram for hh::traits::Contains< T, std::tuple< Ts... > >:
Inheritance graph
Collaboration diagram for hh::traits::Contains< T, std::tuple< Ts... > >:
Collaboration graph

Additional Inherited Members

- Static Public Attributes inherited from hh::traits::Contains< T, Ts... >
static constexpr bool value
 True if T in Ts, else False.
 

Detailed Description

template<class T, class... Ts>
struct hh::traits::Contains< T, std::tuple< Ts... > >

Check if a template T is in tuple containing template pack Ts.

Template Parameters
TType to test
TsParameter pack

Definition at line 85 of file traits.h.


The documentation for this struct was generated from the following file: