LLVM  8.0.1
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"

Collaboration diagram for llvm::SmallVectorAlignmentAndSize< T, typename >:
Collaboration graph
[legend]

Public Attributes

AlignedCharArrayUnion< SmallVectorBaseBase
 
AlignedCharArrayUnion< TFirstEl
 

Detailed Description

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

Figure out the offset of the first element.

Definition at line 74 of file SmallVector.h.

Member Data Documentation

◆ Base

template<class T , typename = void>
AlignedCharArrayUnion<SmallVectorBase> llvm::SmallVectorAlignmentAndSize< T, typename >::Base

Definition at line 75 of file SmallVector.h.

◆ FirstEl

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

Definition at line 76 of file SmallVector.h.


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