Stan Math Library  2.20.0
reverse mode automatic differentiation
contains_fvar.hpp
Go to the documentation of this file.
1 #ifndef STAN_MATH_PRIM_SCAL_META_CONTAINS_FVAR_HPP
2 #define STAN_MATH_PRIM_SCAL_META_CONTAINS_FVAR_HPP
3 
7 
8 namespace stan {
9 
16 template <typename... T>
17 using contains_fvar
19 
20 } // namespace stan
21 #endif
math::disjunction< is_fvar< typename scalar_type< T >::type >... > contains_fvar
Extends std::true_type when instantiated with at least 1 template parameter that is a fvar...
Extends std::false_type when instantiated with zero or more template parameters, all of which extend ...
Definition: disjunction.hpp:14

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