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

◆ make_iter_name() [2/2]

template<typename... Idxs>
auto stan::math::internal::make_iter_name ( const char *  name,
Idxs...  idxs 
)
inline

Given a name and index, generate a new name with the index attached.

This will produce strings of the form <name>[<i>].

Parameters
nameThe name of the argument.
idxsThe index.

Definition at line 33 of file make_iter_name.hpp.