llvm::SmallVectorAlignmentAndSize

Figure out the offset of the first element.

Synopsis

Declared in <llvm/ADT/SmallVector.h>

template<
    class T,
    typename = void>
struct SmallVectorAlignmentAndSize;

Data Members

NameDescription
Base Storage matching the layout of SmallVectorBase for alignment.
FirstEl Placeholder for the first element's alignment and size.