Stan Math Library
4.9.0
Automatic Differentiation
|
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.