Stan Math Library
4.9.0
Automatic Differentiation
|
|
inlineconstexpr |
Apply a function to each element of two tuples.
F | type with a valid operator() |
T1 | Tuple |
T2 | Another tuple |
f | A functor to apply over each element of the tuple. |
t1 | A tuple |
t2 | Another tuple |
Definition at line 82 of file for_each.hpp.