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

◆ require_any_not_st_arithmetic

template<typename... Types>
using stan::require_any_not_st_arithmetic = typedef require_any_not_t< std::is_arithmetic<scalar_type_t<std::decay_t<Types> >>...>

Any of the scalar types do not satisfy std::is_arithmetic.

Definition at line 378 of file require_generics.hpp.