Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ return_t

template<typename F , typename T >
using stan::math::apply_scalar_unary< F, T, require_integral_t< T > >::return_t = std::decay_t<decltype(F::fun(std::declval<double>()))>

The return type, double.

Definition at line 147 of file apply_scalar_unary.hpp.