LLVM API Documentation
#include <type_traits.h>


Public Types | |
| typedef T | value_type |
| typedef integral_constant< T, v > | type |
Public Member Functions | |
| operator value_type () | |
Static Public Attributes | |
| static const value_type | value = v |
Definition at line 86 of file type_traits.h.
| typedef integral_constant<T,v> llvm::integral_constant< T, v >::type |
Definition at line 89 of file type_traits.h.
| typedef T llvm::integral_constant< T, v >::value_type |
Definition at line 87 of file type_traits.h.
| llvm::integral_constant< T, v >::operator value_type | ( | ) | [inline] |
Definition at line 90 of file type_traits.h.
const value_type llvm::integral_constant< T, v >::value = v [static] |
Definition at line 88 of file type_traits.h.