Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Sacado_mpl_integral_c.hpp>
Public Types | |
typedef integral_c< T, N > | type |
typedef T | value_type |
typedef integral_c< T, N+1 > | next |
typedef integral_c< T, N-1 > | prior |
Public Member Functions | |
operator T () const | |
Static Public Attributes | |
static const T | value = N |
Definition at line 19 of file Sacado_mpl_integral_c.hpp.
typedef integral_c<T,N> Sacado::mpl::integral_c< T, N >::type |
Definition at line 21 of file Sacado_mpl_integral_c.hpp.
typedef T Sacado::mpl::integral_c< T, N >::value_type |
Definition at line 22 of file Sacado_mpl_integral_c.hpp.
typedef integral_c<T,N+1> Sacado::mpl::integral_c< T, N >::next |
Definition at line 23 of file Sacado_mpl_integral_c.hpp.
typedef integral_c<T,N-1> Sacado::mpl::integral_c< T, N >::prior |
Definition at line 24 of file Sacado_mpl_integral_c.hpp.
|
inline |
Definition at line 25 of file Sacado_mpl_integral_c.hpp.
|
static |
Definition at line 20 of file Sacado_mpl_integral_c.hpp.