![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
#include <stan/math/prim/meta/is_tuple.hpp>#include <type_traits>#include <cstddef>#include <tuple>Go to the source code of this file.
Classes | |
| struct | stan::tuple_size< T, typename > |
| Equivalent to std::tuple_size but returns 0 T is not a tuple. More... | |
| struct | stan::tuple_size< T, std::enable_if_t< stan::is_tuple_v< T > > > |
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. | |
Variables | |
| template<typename T > | |
| constexpr std::size_t | stan::tuple_size_v = stan::tuple_size<T>::value |