WPILibC++ 2025.3.2
Loading...
Searching...
No Matches
wpi::SmallVectorAlignmentAndSize< T, typename > Struct Template Reference

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

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