|
Hedgehog
0.0.0
A library to generate hybrid pipeline workflow systems
|
Check if a template T is in Template pack Ts. More...
#include "traits.h"


Static Public Attributes | |
| static constexpr bool | value = std::disjunction_v<std::is_same<T, Ts>...> |
| True if T in Ts, else False. | |
Check if a template T is in Template pack Ts.
| T | Type to test |
| Ts | Parameter pack |