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

◆ filter_var_scalar_types()

template<typename T >
constexpr decltype(auto) stan::math::internal::filter_var_scalar_types ( T &&  t)
inlineconstexpr

Filter a tuple and return a tuple with references to the types with a var scalar type.

Template Parameters
TPossibly a tuple, std::vector, Eigen type, or scalar
Parameters
[in]tInput to filter
Returns
Filtered input with only var scalar types

Definition at line 18 of file filter_var_scalar_types.hpp.