Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ make_holder_cl_impl_step1()

template<typename T , std::size_t... Is, typename... Args>
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.

Template Parameters
Ttype of the functor
Isindex sequence for args
Argstypes of arguments
Parameters
funcfunctor
argsarguments for the functor
Returns
holder_cl referencing given expression

Definition at line 99 of file holder_cl.hpp.