Figure out the offset of the first element.
Declared in <llvm/ADT/SmallVector.h>
template<
class T,
typename = void>
struct SmallVectorAlignmentAndSize;
| Name | Description |
|---|---|
Base | Storage matching the layout of SmallVectorBase for alignment. |
FirstEl | Placeholder for the first element's alignment and size. |