WPILibC++ 2024.1.1-beta-4
wpi::pointer_union_detail::GetFirstType< T,... > Struct Template Reference

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

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/llvm/include/wpi/PointerUnion.h>

Public Types

using type = T
 

Detailed Description

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

Find the first type in a list of types.

Member Typedef Documentation

◆ type

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

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