template<typename Lhs, typename Rhs = Lhs, ArithmeticPromotionCategory Promotion = (MaxExponent<Lhs>::value > MaxExponent<Rhs>::value) ? (MaxExponent<Lhs>::value > MaxExponent<int>::value ? LEFT_PROMOTION : DEFAULT_PROMOTION) : (MaxExponent<Rhs>::value > MaxExponent<int>::value ? RIGHT_PROMOTION : DEFAULT_PROMOTION)>
struct v8::base::internal::ArithmeticPromotion< Lhs, Rhs, Promotion >
Definition at line 495 of file safe_math_impl.h.
The documentation for this struct was generated from the following file: