Stan Math Library
4.9.0
Automatic Differentiation
|
auto stan::math::internal::make_holder_impl_construct_object | ( | T && | expr, |
std::index_sequence< Is... > | , | ||
const std::tuple< Args *... > & | ptrs | ||
) |
Second step in implementation of construction holder
from a functor.
Constructs holder object form given expression and tuple of pointers.
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
referencing given expression Definition at line 310 of file holder.hpp.