::value is either alignment, or alignof(T) if alignment is 0.
More...
#include <Endian.h>
List of all members.
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 31 of file Endian.h.
Member Enumeration Documentation
template<class T , int alignment>
- Enumerator:
-
Definition at line 32 of file Endian.h.
The documentation for this struct was generated from the following file: