Stan Math Library
4.9.0
Automatic Differentiation
|
auto stan::math::internal::make_holder_cl_impl_step1 | ( | const T & | func, |
std::index_sequence< Is... > | , | ||
Args &&... | args | ||
) |
First step in implementation of construction holder_cl
from a functor.
T | type of the functor |
Is | index sequence for args |
Args | types of arguments |
func | functor |
args | arguments for the functor |
holder_cl
referencing given expression Definition at line 99 of file holder_cl.hpp.