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

◆ require_all_vt_arithmetic

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

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

Definition at line 347 of file require_generics.hpp.