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:42

Templates

T