Stan Math Library
4.9.0
Automatic Differentiation
|
auto stan::math::holder_cl | ( | T && | a, |
Ptrs *... | ptrs | ||
) |
Constructs a no-op operation that also holds pointer to some other expressions, allocated on heap.
When the object is destructed those expressions will be deleted.
T | type of argument expression |
Ptrs | types of pointers |
a | argument expression |
ptrs | pointers to objects the constructed object will own. |
Definition at line 67 of file holder_cl.hpp.