Stan Math Library  2.15.0
reverse mode automatic differentiation
contains_nonconstant_struct.hpp
Go to the documentation of this file.
1 #ifndef STAN_MATH_PRIM_SCAL_META_CONTAINS_NONCONSTANT_STRUCT_HPP
2 #define STAN_MATH_PRIM_SCAL_META_CONTAINS_NONCONSTANT_STRUCT_HPP
3 
5 
6 namespace stan {
7 
8  template <typename T1,
9  typename T2 = double,
10  typename T3 = double,
11  typename T4 = double,
12  typename T5 = double,
13  typename T6 = double>
15  enum {
22  };
23  };
24 
25 }
26 #endif
27 
Metaprogram to determine if a type has a base scalar type that can be assigned to type double...

     [ Stan Home Page ] © 2011–2016, Stan Development Team.