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 | List of all members
Sacado::mpl::at_impl< range_c_tag, Pos >::apply< Range > Struct Template Reference

#include <Sacado_mpl_range_c.hpp>

Public Types

typedef integral_c< typename
Range::integral_type,
Range::start_value+Range::step_value
*Pos > 
type
 

Detailed Description

template<int Pos>
template<class Range>
struct Sacado::mpl::at_impl< range_c_tag, Pos >::apply< Range >

Definition at line 106 of file Sacado_mpl_range_c.hpp.

Member Typedef Documentation

template<int Pos>
template<class Range >
typedef integral_c<typename Range::integral_type, Range::start_value + Range::step_value*Pos> Sacado::mpl::at_impl< range_c_tag, Pos >::apply< Range >::type

Definition at line 108 of file Sacado_mpl_range_c.hpp.


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