|
LLVM
3.7.0
|
Storage for the SmallVector elements which aren't contained in SmallVectorTemplateCommon. More...
#include <SmallVector.h>
Public Attributes | |
| SmallVectorTemplateCommon< T >::U | InlineElts [N-1] |
Storage for the SmallVector elements which aren't contained in SmallVectorTemplateCommon.
There are 'N-1' elements here. The remaining '1' element is in the base class. This is specialized for the N=1 and N=0 cases to avoid allocating unnecessary storage.
Definition at line 60 of file SmallVector.h.
| SmallVectorTemplateCommon<T>::U llvm::SmallVectorStorage< T, N >::InlineElts[N-1] |
Definition at line 847 of file SmallVector.h.
1.8.6