1#ifndef STAN_MATH_PRIM_META_IS_INTEGRAL_HPP
2#define STAN_MATH_PRIM_META_IS_INTEGRAL_HPP
19template <
typename... Types>
22template <
typename... Types>
std::is_integral< std::decay_t< T > > is_integral
Checks if decayed type is integral.
constexpr bool is_any_integral_v
constexpr bool is_all_integral_v
constexpr bool is_integral_v
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...