1#ifndef STAN_MATH_PRIM_META_IS_VARI_HPP
2#define STAN_MATH_PRIM_META_IS_VARI_HPP
12template <
typename T,
typename =
void>
17 using type =
typename std::decay_t<T>::value_type;
std::enable_if_t< Check::value > require_t
If condition is true, template is enabled.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...
Specialization for checking if value of T minus cv qualifier and pointer is a vari.
typename std::decay_t< T >::value_type type
Primary template class for metaprogram to compute the type of values stored in a container.