Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
Trait to get index of type T is in a types pack. The trait provides field value set to an integral value equal to the position of type T is in the pack of types Ts ..., sizeof ... ( Ts ) otherwise. More...
Trait to get index of type T is in a types pack. The trait provides field value set to an integral value equal to the position of type T is in the pack of types Ts ..., sizeof ... ( Ts ) otherwise.
T | the type to look for |
Ts | ... the types pack to look in |