LLVM 19.0.0git
Public Types | List of all members
llvm::pointer_union_detail::GetFirstType< T,... > Struct Template Reference

Find the first type in a list of types. More...

#include "llvm/ADT/PointerUnion.h"

Public Types

using type = T
 

Detailed Description

template<typename T, typename...>
struct llvm::pointer_union_detail::GetFirstType< T,... >

Find the first type in a list of types.

Definition at line 42 of file PointerUnion.h.

Member Typedef Documentation

◆ type

template<typename T , typename... >
using llvm::pointer_union_detail::GetFirstType< T,... >::type = T

Definition at line 43 of file PointerUnion.h.


The documentation for this struct was generated from the following file: