![]() |
Stan
2.10.0
probability, sampling & optimization
|
Template specialization for a standard vector whose index list starts with a multiple index. More...
#include <rvalue_return.hpp>
Public Types | |
typedef std::vector< typename rvalue_return< C, L >::type > | type |
Return type is calculated recursively as a standard vector of the rvalue return for the element type C and following index types L. More... | |
Template specialization for a standard vector whose index list starts with a multiple index.
C | Element type for standard vector (container or scalar). |
I | Multiple index type. |
L | Following index types. |
Definition at line 192 of file rvalue_return.hpp.
typedef std::vector<typename rvalue_return<C, L>::type> stan::model::rvalue_return< std::vector< C >, cons_index_list< I, L > >::type |
Return type is calculated recursively as a standard vector of the rvalue return for the element type C and following index types L.
Definition at line 198 of file rvalue_return.hpp.