Stan Math Library
4.9.0
Automatic Differentiation
|
using stan::is_constant_all = typedef math::conjunction<is_constant<T>...> |
Metaprogram defining an enum value
which is true
if all of the type parameters are constant (i.e., primitive types) and false
otherwise.
Definition at line 39 of file is_constant.hpp.