Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::append_return_type< int, int > Struct Reference

Detailed Description

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.

#include <append_return_type.hpp>

Public Types

using type = int
 

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