Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Static Public Attributes | List of all members
Sacado::mpl::range_c< T, N, M, Delta > Struct Template Reference

#include <Sacado_mpl_range_c.hpp>

Public Types

typedef range_c_tag tag
 
typedef range_c type
 
typedef T integral_type
 

Static Public Attributes

static const int sz = (M-N+Delta-1)/Delta
 
static const int start_value = N
 
static const int end_value = M
 
static const int step_value = Delta
 

Detailed Description

template<class T, T N, T M, T Delta = 1>
struct Sacado::mpl::range_c< T, N, M, Delta >

Definition at line 51 of file Sacado_mpl_range_c.hpp.

Member Typedef Documentation

template<class T , T N, T M, T Delta = 1>
typedef range_c_tag Sacado::mpl::range_c< T, N, M, Delta >::tag

Definition at line 52 of file Sacado_mpl_range_c.hpp.

template<class T , T N, T M, T Delta = 1>
typedef range_c Sacado::mpl::range_c< T, N, M, Delta >::type

Definition at line 53 of file Sacado_mpl_range_c.hpp.

template<class T , T N, T M, T Delta = 1>
typedef T Sacado::mpl::range_c< T, N, M, Delta >::integral_type

Definition at line 55 of file Sacado_mpl_range_c.hpp.

Member Data Documentation

template<class T , T N, T M, T Delta = 1>
const int Sacado::mpl::range_c< T, N, M, Delta >::sz = (M-N+Delta-1)/Delta
static

Definition at line 54 of file Sacado_mpl_range_c.hpp.

template<class T , T N, T M, T Delta = 1>
const int Sacado::mpl::range_c< T, N, M, Delta >::start_value = N
static

Definition at line 56 of file Sacado_mpl_range_c.hpp.

template<class T , T N, T M, T Delta = 1>
const int Sacado::mpl::range_c< T, N, M, Delta >::end_value = M
static

Definition at line 57 of file Sacado_mpl_range_c.hpp.

template<class T , T N, T M, T Delta = 1>
const int Sacado::mpl::range_c< T, N, M, Delta >::step_value = Delta
static

Definition at line 58 of file Sacado_mpl_range_c.hpp.


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