Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

◆ tuple_concat() [5/6]

template<typename Tuple1 , typename Tuple2 , typename... OtherTuples>
auto stan::math::tuple_concat ( Tuple1 &&  x,
Tuple2 &&  y,
OtherTuples &&...  args 
)
inline

Concatenates multiple tuples.

Template Parameters
Tuple1First tuple type
Tuple2Second tuple type
OtherTuplesRemaining tuple types
Parameters
xFirst tuple
ySecond tuple
argsRemaining tuples
Returns
A tuple containing the elements of x followed by the elements of y and the remaining tuples

Definition at line 106 of file tuple_concat.hpp.