1#ifndef STAN_MATH_PRIM_META_BOOL_CONSTANT_HPP
2#define STAN_MATH_PRIM_META_BOOL_CONSTANT_HPP
std::integral_constant< bool, B > bool_constant
Alias for structs used for wraps a static constant of bool.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...