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

◆ require_all_st_var_or_arithmetic

template<typename... Types>
using stan::require_all_st_var_or_arithmetic = typedef require_all_t< is_var_or_arithmetic<scalar_type_t<std::decay_t<Types> >>...>

Require all of the scalar types satisfy is_var_or_arithmetic.

Template Parameters
TypesThe types with a valid overload of scalar_type available

Definition at line 83 of file is_var_or_arithmetic.hpp.