1#ifndef STAN_MATH_PRIM_META_CONTAINS_TUPLE_HPP
2#define STAN_MATH_PRIM_META_CONTAINS_TUPLE_HPP
10 static constexpr bool value = stan::math::is_tuple_v<T>;
13template <
typename T,
typename... VecArgs>
36 = is_std_vector_v<std::decay_t<T>>&& contains_tuple_v<std::decay_t<T>>;
constexpr bool contains_tuple_v
constexpr bool is_std_vector_containing_tuple_v
Check if the type is a std::vector containing a tuple.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...
static constexpr bool value
Check if the type is a tuple or contains a tuple.
static constexpr bool value