Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ for_each() [3/3]

template<typename F , typename T1 , typename T2 , typename T3 >
constexpr auto stan::math::for_each ( F &&  f,
T1 &&  t1,
T2 &&  t2,
T3 &&  t3 
)
inlineconstexpr

Apply a function to each element of three tuples.

Template Parameters
Ftype with a valid operator()
T1Tuple
T2Another tuple
T3Another tuple
Parameters
fA functor to apply over each element of the tuple.
t1A tuple
t2Another tuple
t3Another tuple

Definition at line 104 of file for_each.hpp.