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

◆ make_holder_impl()

template<typename F , std::size_t... Is, typename... Args>
auto stan::math::internal::make_holder_impl ( const F &  func,
std::index_sequence< Is... >  ,
Args &&...  args 
)

Implementation of construction holder from a functor.

Template Parameters
Ftype of the functor
Isindex sequence for args
Argstypes of the arguments
Parameters
funcfunctor
argsarguments for the functor
Returns
holder referencing expression constructed by given functor

Definition at line 325 of file holder.hpp.