HiPipe
0.7.0
C++17 data pipeline with Python bindings.
|
Get the first index of a type in a variadic template list. More...
#include <hipipe/core/utility/tuple.hpp>
Inherits integral_constant< std::size_t, variadic_find< T1, Ts... >{}+1 >.
Get the first index of a type in a variadic template list.
The first template argument is the argument to be searched. The rest of the arguments is the variadic template.
Example: