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

Detailed Description

template<typename T1, typename T2>
struct stan::math::append_return_type< T1, T2 >

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

This base implementation assumes the template parameters are not vector types and calculates their return type using return_type.

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

Definition at line 22 of file append_return_type.hpp.

#include <append_return_type.hpp>

Public Types

using type = return_type_t< T1, T2 >
 

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