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

◆ is_var_or_arithmetic

template<typename... T>
using stan::is_var_or_arithmetic = typedef math::conjunction<is_var_or_arithmetic_type<T>...>

Extends std::true_type if all the provided types are either var or an arithmetic type, extends std::false_type otherwise.

Definition at line 30 of file is_var_or_arithmetic.hpp.