Stan Math Library  2.14.0
reverse mode automatic differentiation
Public Types | List of all members
stan::math::index_type< const T > Struct Template Reference

Template class for metaprogram to compute the type of indexes used in a constant container type. More...

#include <index_type.hpp>

Public Types

typedef index_type< T >::type type
 

Detailed Description

template<typename T>
struct stan::math::index_type< const T >

Template class for metaprogram to compute the type of indexes used in a constant container type.

Template Parameters
Ttype of container without const modifier.

Definition at line 28 of file index_type.hpp.

Member Typedef Documentation

§ type

template<typename T >
typedef index_type<T>::type stan::math::index_type< const T >::type

Definition at line 29 of file index_type.hpp.


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

     [ Stan Home Page ] © 2011–2016, Stan Development Team.