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