Public Attributes | List of all members
llvm_vecsmall::SmallVectorStorage< T, N > Struct Template Reference

#include <SmallVector.h>

Public Attributes

SmallVectorTemplateCommon< T >::U InlineElts [N - 1]
 

Detailed Description

template<typename T, unsigned N>
struct llvm_vecsmall::SmallVectorStorage< T, N >

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 97 of file SmallVector.h.

Member Data Documentation

◆ InlineElts

template<typename T , unsigned N>
SmallVectorTemplateCommon<T>::U llvm_vecsmall::SmallVectorStorage< T, N >::InlineElts[N - 1]

Definition at line 1009 of file SmallVector.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:30