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

◆ require_all_st_stan_scalar

template<typename... Types>
using stan::require_all_st_stan_scalar = typedef require_all_t<is_stan_scalar<scalar_type_t<std::decay_t<Types> >>...>

Require all of the scalar types satisfy is_stan_scalar.

Template Parameters
TypesThe types with a valid overload of scalar_type available

Definition at line 99 of file is_stan_scalar.hpp.