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

◆ require_any_not_vt_arithmetic

template<typename... Types>
using stan::require_any_not_vt_arithmetic = typedef require_any_not_t< std::is_arithmetic<value_type_t<std::decay_t<Types> >>...>

Require at least one of the value types do not satisfy std::is_arithmetic.

Definition at line 353 of file require_generics.hpp.