MADNESS  version 0.9
Public Types | Static Public Attributes | List of all members
madness::tr1::integral_constant< T, val > Struct Template Reference

#include <integral_constant.h>

Inheritance diagram for madness::tr1::integral_constant< T, val >:
Inheritance graph
[legend]
Collaboration diagram for madness::tr1::integral_constant< T, val >:
Collaboration graph
[legend]

Public Types

typedef integral_constant< T, val > type
 
typedef T value_type
 

Static Public Attributes

static const T value = val
 

Member Typedef Documentation

template<class T, T val>
typedef integral_constant<T, val> madness::tr1::integral_constant< T, val >::type
template<class T, T val>
typedef T madness::tr1::integral_constant< T, val >::value_type

Member Data Documentation

template<class T, T val>
const T madness::tr1::integral_constant< T, val >::value = val
static

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