#include <stdtypesutils.hpp>
Returns the first index of type T
in Tuple
.
T | Type to search for. |
Tuple | Tuple in which to search. |
Compile | time assertion fails if type T is not present. |
Definition at line 98 of file stdtypesutils.hpp.
Static Public Attributes | |
static const std::size_t | value = -1 |
Index of T in tuple . More... | |
|
static |
Index of T
in tuple
.
Definition at line 100 of file stdtypesutils.hpp.