LLVM
13.0.0git
|
Find the index of a type in a list of types. More...
#include "llvm/ADT/PointerUnion.h"
Find the index of a type in a list of types.
TypeIndex<T, Us...>::Index is the index of T in Us, or sizeof...(Us) if T does not appear in the list.
Definition at line 70 of file PointerUnion.h.