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

◆ for_each() [3/3]

template<typename F , typename T1 , typename T2 , typename T3 , size_t... Is>
constexpr auto stan::math::internal::for_each ( F &&  f,
T1 &&  t1,
T2 &&  t2,
T3 &&  t3,
std::index_sequence< Is... >   
)
inlineconstexpr

Implementation of ternary for_each.

Note
The static cast to void is used in boost::hana's for_each impl and is used to suppress unused value warnings from the compiler.

Definition at line 47 of file for_each.hpp.