Stan Math Library
5.1.0
Automatic Differentiation
Loading...
Searching...
No Matches
◆
tuple_concat()
[3/6]
template<typename Tuple1 , typename Tuple2 >
auto stan::math::tuple_concat
(
Tuple1 &&
x
,
Tuple2 &&
y
)
inline
Concatenates two tuples.
Template Parameters
Tuple1
First tuple type
Tuple2
Second tuple type
Parameters
x
First tuple
y
Second tuple
Returns
A tuple containing the elements of x followed by the elements of y
Definition at line
67
of file
tuple_concat.hpp
.
stan
math
[
Stan Home Page
]
© 2011–2019, Stan Development Team.