Stan Math Library
2.20.0
reverse mode automatic differentiation
stan
math
prim
scal
meta
contains_vector.hpp
Go to the documentation of this file.
1
#ifndef STAN_MATH_PRIM_SCAL_META_CONTAINS_VECTOR_HPP
2
#define STAN_MATH_PRIM_SCAL_META_CONTAINS_VECTOR_HPP
3
4
#include <
stan/math/prim/scal/meta/is_vector.hpp
>
5
#include <
stan/math/prim/scal/meta/disjunction.hpp
>
6
7
namespace
stan
{
13
template
<
typename
... T>
14
using
contains_vector
=
math::disjunction<is_vector<T>
...>;
15
16
}
// namespace stan
17
#endif
stan
Definition:
log_sum_exp.hpp:8
is_vector.hpp
stan::math::disjunction
Extends std::false_type when instantiated with zero or more template parameters, all of which extend ...
Definition:
disjunction.hpp:14
disjunction.hpp
[
Stan Home Page
]
© 2011–2018, Stan Development Team.