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

Helper template to calculate the max alignment requirement for a set of objects. More...

#include "llvm/Support/TrailingObjects.h"

Public Types

enum  
 

Detailed Description

template<typename First, typename... Rest>
class llvm::trailing_objects_internal::AlignmentCalcHelper< First, Rest >

Helper template to calculate the max alignment requirement for a set of objects.

Definition at line 62 of file TrailingObjects.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename First , typename... Rest>
anonymous enum

Definition at line 70 of file TrailingObjects.h.


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