LLVM 19.0.0git
Public Types | List of all members
llvm::trailing_objects_internal::AlignmentCalcHelper< First > Class Template Reference

#include "llvm/Support/TrailingObjects.h"

Public Types

enum  { Alignment = alignof(First) }
 

Detailed Description

template<typename First>
class llvm::trailing_objects_internal::AlignmentCalcHelper< First >

Definition at line 75 of file TrailingObjects.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename First >
anonymous enum
Enumerator
Alignment 

Definition at line 77 of file TrailingObjects.h.


The documentation for this class was generated from the following file: