#include <sequence_utilities.h>
IndexInIndexSequence finds the index of I in the template type SEQENCE which has to be an std::index_sequence type. The index can be found in the member value of IndexInIndexSequence. If there is no unique such index because I doesn't exist at all in SEQUENCE or exists more than once, a negative value is used.
I | Value to search for. |
SEQUENCE | An std::index_sequence type. |
Static Public Attributes | |
static const Int | value |
static const Bool | found |
|
static |
|
static |