WPILibC++ 2024.3.2
|
Storage for the SmallVector elements. More...
Public Attributes | |
char | InlineElts [N *sizeof(T)] |
Storage for the SmallVector elements.
This is specialized for the N=0 case to avoid allocating unnecessary storage.
char wpi::SmallVectorStorage< T, N >::InlineElts[N *sizeof(T)] |