Automatic Differentiation
 
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.