Stan Math Library  2.20.0
reverse mode automatic differentiation
contains_std_vector.hpp
Go to the documentation of this file.
1 #ifndef STAN_MATH_PRIM_SCAL_META_CONTAINS_STD_VECTOR_HPP
2 #define STAN_MATH_PRIM_SCAL_META_CONTAINS_STD_VECTOR_HPP
3 
5 #include <type_traits>
6 
7 namespace stan {
13 template <typename... Ts>
14 struct contains_std_vector : std::false_type {};
15 } // namespace stan
16 
17 #endif
Extends std::false_type as a std::vector type cannot be a scalar primitive type.

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