struct SmallVectorAlignmentAndSize

Declaration

template <class T, typename = void>
struct SmallVectorAlignmentAndSize { /* full declaration omitted */ };

Description

Figure out the offset of the first element.

Declared at: llvm/include/llvm/ADT/SmallVector.h:73

Templates

T
= void

Member Variables

public AlignedCharArrayUnion<llvm::SmallVectorBase> Base
public AlignedCharArrayUnion<T> FirstEl