Stan Math Library  2.20.0
reverse mode automatic differentiation
Public Types | List of all members
stan::math::append_return_type< int, int > Struct Template Reference

This template metaprogram is used to compute the return type for append_array. More...

#include <append_return_type.hpp>

Public Types

typedef int type
 

Detailed Description

template<>
struct stan::math::append_return_type< int, int >

This template metaprogram is used to compute the return type for append_array.

If both types are ints, the type member is an int

Template Parameters
T1First type to be promoted
T2Second type to be promoted

Definition at line 36 of file append_return_type.hpp.

Member Typedef Documentation

◆ type

typedef int stan::math::append_return_type< int, int >::type

Definition at line 37 of file append_return_type.hpp.


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

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