![]() |
Stan
2.10.0
probability, sampling & optimization
|
Template class specialization for nil indexes, which provide the container type as the return type. More...
#include <rvalue_return.hpp>
Public Types | |
typedef C | type |
Return type is the container or scalar type. More... | |
Template class specialization for nil indexes, which provide the container type as the return type.
The container type may be a scalar type or a container.
C | Container or scalar type. |
Definition at line 37 of file rvalue_return.hpp.
typedef C stan::model::rvalue_return< C, nil_index_list >::type |
Return type is the container or scalar type.
Definition at line 41 of file rvalue_return.hpp.