|
LLVM
8.0.1
|
Storage for the SmallVector elements. More...
#include "llvm/ADT/SmallVector.h"
Inherited by llvm::SmallVector< T, N > [private], and llvm::SmallVector< T, 0 > [private].

Public Attributes | |
| AlignedCharArrayUnion< T > | InlineElts [N] |
Storage for the SmallVector elements.
This is specialized for the N=0 case to avoid allocating unnecessary storage.
Definition at line 829 of file SmallVector.h.
| AlignedCharArrayUnion<T> llvm::SmallVectorStorage< T, N >::InlineElts[N] |
Definition at line 830 of file SmallVector.h.
1.8.13