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

◆ require_all_arithmetic_t

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

Require all of the types satisfy std::is_arithmetic.

Definition at line 321 of file require_generics.hpp.