![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Trait for the index of the first occurrence of a value in a std::integer_sequence.
More...
Trait for the index of the first occurrence of a value in a std::integer_sequence.
The result is stored in the value member if it is found, otherwise the member value is not provided.
| Sequence | the sequence to search |
| value | the value to search for |
Sequence must be an instantiation of std::integer_sequence.