Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

◆ is_constant_all

template<typename... T>
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.