LLVM  4.0.0
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 <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

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: