Stan Math Library
4.9.0
Automatic Differentiation
|
auto stan::math::internal::make_holder_impl | ( | const F & | func, |
std::index_sequence< Is... > | , | ||
Args &&... | args | ||
) |
Implementation of construction holder
from a functor.
F | type of the functor |
Is | index sequence for args |
Args | types of the arguments |
func | functor |
args | arguments for the functor |
holder
referencing expression constructed by given functor Definition at line 325 of file holder.hpp.