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

◆ require_all_st_arithmetic

template<typename... Types>
using stan::require_all_st_arithmetic = typedef require_all_t<std::is_arithmetic<scalar_type_t<std::decay_t<Types> >>...>

Require all of the scalar types satisfy std::is_arithmetic.

Definition at line 368 of file require_generics.hpp.