Stan  2.10.0
probability, sampling & optimization
Public Types | List of all members
stan::model::rvalue_return< std::vector< C >, cons_index_list< I, L > > Struct Template Reference

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 >::typetype
 Return type is calculated recursively as a standard vector of the rvalue return for the element type C and following index types L. More...
 

Detailed Description

template<typename C, typename I, typename L>
struct stan::model::rvalue_return< std::vector< C >, cons_index_list< I, L > >

Template specialization for a standard vector whose index list starts with a multiple index.

Template Parameters
CElement type for standard vector (container or scalar).
IMultiple index type.
LFollowing index types.

Definition at line 192 of file rvalue_return.hpp.

Member Typedef Documentation

template<typename C , typename I , typename L >
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.


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

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