Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
base::internal::LowestValuePromotion< Lhs, Rhs, Promotion > Struct Template Reference

Detailed Description

template<typename Lhs, typename Rhs, ArithmeticPromotionCategory Promotion = std::is_signed<Lhs>::value ? (std::is_signed<Rhs>::value ? (MaxExponent<Lhs>::value > MaxExponent<Rhs>::value ? LEFT_PROMOTION : RIGHT_PROMOTION) : LEFT_PROMOTION) : (std::is_signed<Rhs>::value ? RIGHT_PROMOTION : (MaxExponent<Lhs>::value < MaxExponent<Rhs>::value ? LEFT_PROMOTION : RIGHT_PROMOTION))>
struct base::internal::LowestValuePromotion< Lhs, Rhs, Promotion >

Definition at line 482 of file safe_conversions_impl.h.


The documentation for this struct was generated from the following file: