LLVM 19.0.0git
Public Attributes | List of all members
llvm::SmallVectorAlignmentAndSize< T, typename > Struct Template Reference

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

#include "llvm/ADT/SmallVector.h"

Public Attributes

char Base [sizeof(SmallVectorBase< SmallVectorSizeType< T > >)]
 
char FirstEl [sizeof(T)]
 

Detailed Description

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

Figure out the offset of the first element.

Definition at line 123 of file SmallVector.h.

Member Data Documentation

◆ Base

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

Definition at line 124 of file SmallVector.h.

◆ FirstEl

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

Definition at line 126 of file SmallVector.h.


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