template<typename Lhs, typename Rhs,
ArithmeticPromotionCategory Promotion = (MaxExponent<Lhs>::value > MaxExponent<Rhs>::value) ? LEFT_PROMOTION : RIGHT_PROMOTION>
struct base::internal::MaxExponentPromotion< Lhs, Rhs, Promotion >
Definition at line 455 of file safe_conversions_impl.h.