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

Template metaprogram class to compute the type of values stored in a standard vector. More...

#include <value_type.hpp>

Public Types

typedef std::vector< T >::value_type type
 Type of value stored in a standard vector with type T entries. More...
 

Detailed Description

template<typename T>
struct stan::math::value_type< std::vector< T > >

Template metaprogram class to compute the type of values stored in a standard vector.

Template Parameters
Ttype of elements in standard vector.

Definition at line 17 of file value_type.hpp.

Member Typedef Documentation

§ type

template<typename T >
typedef std::vector<T>::value_type stan::math::value_type< std::vector< T > >::type

Type of value stored in a standard vector with type T entries.

Definition at line 22 of file value_type.hpp.


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

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