Template Struct SmallVectorStorage

Struct Documentation

template<typename T, unsigned N>
struct SmallVectorStorage

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.

Public Members

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