WPILibC++ 2024.1.1-beta-4
wpi::SmallVectorStorage< T, N > Struct Template Reference

Storage for the SmallVector elements. More...

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/llvm/include/wpi/SmallVector.h>

Inheritance diagram for wpi::SmallVectorStorage< T, N >:
wpi::SmallVector< T, N >

Public Attributes

char InlineElts [N *sizeof(T)]
 

Detailed Description

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

Storage for the SmallVector elements.

This is specialized for the N=0 case to avoid allocating unnecessary storage.

Member Data Documentation

◆ InlineElts

template<typename T , unsigned N>
char wpi::SmallVectorStorage< T, N >::InlineElts[N *sizeof(T)]

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