Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
contains_tuple.hpp File Reference

Go to the source code of this file.

Classes

struct  stan::internal::contains_tuple_impl< T >
 
struct  stan::internal::contains_tuple_impl< std::vector< T, VecArgs... > >
 
struct  stan::contains_tuple< T >
 Check if the type is a tuple or contains a tuple. More...
 

Namespaces

namespace  stan
 The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.
 
namespace  stan::internal
 

Variables

template<typename T >
constexpr bool stan::contains_tuple_v = contains_tuple<std::decay_t<T>>::value
 
template<typename T >
constexpr bool stan::is_std_vector_containing_tuple_v = is_std_vector_v<std::decay_t<T>>&& contains_tuple_v<std::decay_t<T>>
 Check if the type is a std::vector containing a tuple.