WPILibC++ 2023.4.3-108-ge5452e3
|
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)] |