Stan Math Library
4.9.0
Automatic Differentiation
|
auto stan::math::internal::make_holder_cl_impl_step2 | ( | T && | expr, |
std::index_sequence< Is... > | , | ||
const std::tuple< Args *... > & | ptrs | ||
) |
Second step in implementation of construction holder_cl
from a functor.
T | type of the result expression |
Is | index sequence for ptrs |
Args | types of pointes to heap |
expr | result expression |
ptrs | pointers to heap that need to be released when the expression is destructed |
holder_cl
referencing given expression Definition at line 84 of file holder_cl.hpp.