1 #ifndef STAN_MATH_PRIM_SCAL_META_IS_VAR_OR_ARITHMETIC_HPP 2 #define STAN_MATH_PRIM_SCAL_META_IS_VAR_OR_ARITHMETIC_HPP 20 || std::is_arithmetic<typename scalar_type<T>::type>
::value)
28 template <
typename... T>
Defines a public enum named value which is defined to be false as the primitive scalar types cannot b...
Extends std::true_type when instantiated with zero or more template parameters, all of which extend t...
Defines a public enum named value which is defined to be true (1) if the type is either var or an ari...