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

We need the storage to be properly aligned even for small-size of 0 so that the pointer math in SmallVectorTemplateCommon::getFirstEl() is well-defined. More...

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

Detailed Description

template<typename T>
struct wpi::SmallVectorStorage< T, 0 >

We need the storage to be properly aligned even for small-size of 0 so that the pointer math in SmallVectorTemplateCommon::getFirstEl() is well-defined.


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