LLVM 22.0.0git
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"

Inheritance diagram for llvm::trailing_objects_internal::AlignmentCalcHelper< First, Rest >:
[legend]

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: