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:92

Templates

T
= void

Member Variables

public char[sizeof( SmallVectorBase<SmallVectorSizeType<T>>)] Base
public char[sizeof(T)] FirstEl