Stan Math Library
5.0.0
Automatic Differentiation
|
This template metaprogram is used to compute the return type for append_array.
If the types of both template arguments are std::vectors, the type member is recursively computed as the append_return_type of the scalar types associated with those std::vectors.
T1 | Element type of first std::vector |
T2 | Element type of second std::vector |
Definition at line 71 of file append_return_type.hpp.
#include <append_return_type.hpp>
Public Types | |
using | type = typename std::vector< typename append_return_type< T1, T2 >::type > |