WPILibC++ 2024.1.1-beta-4
wpi::SmallVectorAlignmentAndSize< T, typename > Struct Template Reference

Figure out the offset of the first element. More...

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

Public Attributes

char Base [sizeof(SmallVectorBase)]
 
char FirstEl [sizeof(T)]
 

Detailed Description

template<class T, typename = void>
struct wpi::SmallVectorAlignmentAndSize< T, typename >

Figure out the offset of the first element.

Member Data Documentation

◆ Base

template<class T , typename = void>
char wpi::SmallVectorAlignmentAndSize< T, typename >::Base[sizeof( SmallVectorBase)]

◆ FirstEl

template<class T , typename = void>
char wpi::SmallVectorAlignmentAndSize< T, typename >::FirstEl[sizeof(T)]

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