Stan Math Library
4.9.0
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... >
)
inline
constexpr
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
.
stan
math
internal
[
Stan Home Page
]
© 2011–2019, Stan Development Team.