dune-common
2.2.1
|
Generate a type for a given integral constant. More...
#include <dune/common/typetraits.hh>
Public Types | |
typedef T | value_type |
type of value More... | |
typedef integral_constant< T, v > | type |
type of this class itself More... | |
Public Member Functions | |
operator value_type () | |
conversion to value_type/T More... | |
Static Public Attributes | |
static const T | value = v |
value this type was generated for More... | |
Generate a type for a given integral constant.
T | Type of the constant. |
v | Value of the constant. |
typedef integral_constant<T,v> Dune::integral_constant< T, v >::type |
type of this class itself
typedef T Dune::integral_constant< T, v >::value_type |
type of value
|
inline |
conversion to value_type/T
References Dune::integral_constant< T, v >::value.
|
static |
value this type was generated for
Referenced by Dune::integral_constant< T, v >::operator value_type().