struct GetFirstType
Declaration
template <typename T, typename...>
struct GetFirstType { /* full declaration omitted */ };
Description
Find the first type in a list of types.
Declared at: llvm/include/llvm/ADT/PointerUnion.h:83
Templates
- T
template <typename T, typename...>
struct GetFirstType { /* full declaration omitted */ };
Find the first type in a list of types.
Declared at: llvm/include/llvm/ADT/PointerUnion.h:83