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

◆ for_each() [1/3]

template<typename F , typename T , size_t... Is>
constexpr auto stan::math::internal::for_each ( F &&  f,
T &&  t,
std::index_sequence< Is... >   
)
inlineconstexpr

Implementation of 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 19 of file for_each.hpp.