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

◆ pipe_in() [2/2]

template<typename Arg0 , typename... Args>
void stan::math::internal::pipe_in ( std::stringstream &  ss,
Arg0  arg0,
const Args...  args 
)
inline

Pipes given arguments into a stringstream.

Template Parameters
Arg0type of the first argument
Argstypes of remaining arguments
Parameters
ssstringstream to pipe arguments in
arg0the first argument
argsremining arguments

Definition at line 77 of file elementwise_check.hpp.