1#ifndef STAN_MATH_REV_META_PARTIALS_TYPE_HPP
2#define STAN_MATH_REV_META_PARTIALS_TYPE_HPP
15 using type =
typename std::decay_t<T>::value_type;
require_t< is_var< std::decay_t< T > > > require_var_t
Require type satisfies is_var.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...
typename std::decay_t< T >::value_type type
This base implementation will contain a static member function named type equal to the type passed in...