![]() |
Stan
2.5.0
probability, sampling & optimization
|
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... | |
Template metaprogram class to compute the type of values stored in a standard vector.
| T | type of elements in standard vector. |
Definition at line 44 of file value_type.hpp.
| 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 50 of file value_type.hpp.