LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | List of all members
llvm::support::detail::PickAlignment< T, alignment > Struct Template Reference

::value is either alignment, or alignof(T) if alignment is 0. More...

#include <Endian.h>

Public Types

enum  { value = alignment == 0 ? AlignOf<T>::Alignment : alignment }
 

Detailed Description

template<class T, int alignment>
struct llvm::support::detail::PickAlignment< T, alignment >

::value is either alignment, or alignof(T) if alignment is 0.

Definition at line 32 of file Endian.h.

Member Enumeration Documentation

template<class T , int alignment>
anonymous enum
Enumerator
value 

Definition at line 33 of file Endian.h.


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