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

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

Detailed Description

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

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.

Template Parameters
CContainer or scalar type.

Definition at line 37 of file rvalue_return.hpp.

Member Typedef Documentation

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


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

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