Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::internal::reduce_sum_impl< ReduceFunction, require_var_t< ReturnType >, ReturnType, Vec, Args... >::scoped_args_tuple Struct Reference

Detailed Description

template<typename ReduceFunction, typename ReturnType, typename Vec, typename... Args>
struct stan::math::internal::reduce_sum_impl< ReduceFunction, require_var_t< ReturnType >, ReturnType, Vec, Args... >::scoped_args_tuple

Definition at line 33 of file reduce_sum.hpp.

#include <reduce_sum.hpp>

Public Types

using args_tuple_t = std::tuple< decltype(deep_copy_vars(std::declval< Args >()))... >
 

Public Member Functions

 scoped_args_tuple ()
 

Public Attributes

ScopedChainableStack stack_
 
std::unique_ptr< args_tuple_targs_tuple_holder_
 

The documentation for this struct was generated from the following file: