LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Static Public Attributes | List of all members
llvm::integral_constant< T, v > Struct Template Reference

#include <type_traits.h>

Inheritance diagram for llvm::integral_constant< T, v >:
Inheritance graph
[legend]
Collaboration diagram for llvm::integral_constant< T, v >:
Collaboration graph
[legend]

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
 

Detailed Description

template<class T, T v>
struct llvm::integral_constant< T, v >

Definition at line 86 of file type_traits.h.

Member Typedef Documentation

template<class T, T v>
typedef integral_constant<T,v> llvm::integral_constant< T, v >::type

Definition at line 89 of file type_traits.h.

template<class T, T v>
typedef T llvm::integral_constant< T, v >::value_type

Definition at line 87 of file type_traits.h.

Member Function Documentation

template<class T, T v>
llvm::integral_constant< T, v >::operator value_type ( )
inline

Definition at line 90 of file type_traits.h.

Member Data Documentation

template<class T, T v>
const value_type llvm::integral_constant< T, v >::value = v
static

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