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

◆ type

template<typename... PromotionScalars, typename... UnPromotedTypes>
using stan::math::promote_scalar_type< std::tuple< PromotionScalars... >, std::tuple< UnPromotedTypes... > >::type = std::tuple<typename promote_scalar_type< std::decay_t<PromotionScalars>, std::decay_t<UnPromotedTypes> >::type...>

Definition at line 111 of file promote_scalar_type.hpp.