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

Template class for metaprogram to compute the type of values stored in a constant container. More...

#include <value_type.hpp>

Public Types

typedef value_type< T >::type type
 

Detailed Description

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

Template class for metaprogram to compute the type of values stored in a constant container.

Template Parameters
Ttype of container without const modifier.

Definition at line 28 of file value_type.hpp.

Member Typedef Documentation

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

Definition at line 29 of file value_type.hpp.


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

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