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

◆ return_t

template<typename F , typename T >
using stan::math::apply_scalar_unary< F, T, require_std_vector_t< T > >::return_t = typename std::vector<plain_type_t< typename apply_scalar_unary<F, value_type_t<std::decay_t<T> >>::return_t> >

Return type, which is calculated recursively as a standard vector of the return type of the contained type T.

Definition at line 167 of file apply_scalar_unary.hpp.