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

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...
 

Detailed Description

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

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

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

Definition at line 211 of file rvalue_return.hpp.

Member Typedef Documentation

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


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

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