Stan  2.10.0
probability, sampling & optimization
stan::model::rvalue_return< C, L > Struct Template Reference

Primary template class for metaprogram to calculate return value for model::rvalue() for the container or scalar type and index list type specified in the template parameters. More...

#include <rvalue_return.hpp>

Detailed Description

template<typename C, typename L>
struct stan::model::rvalue_return< C, L >

Primary template class for metaprogram to calculate return value for model::rvalue() for the container or scalar type and index list type specified in the template parameters.

Specializations of this class will define a typedef type for the return type.

Template Parameters
CType of container or scalar.
LType of index list.

Definition at line 26 of file rvalue_return.hpp.


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

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