Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
pdfium::internal::LowestValuePromotion< Lhs, Rhs, Promotion > Struct Template Reference
Collaboration diagram for pdfium::internal::LowestValuePromotion< Lhs, Rhs, Promotion >:

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 pdfium::internal::LowestValuePromotion< Lhs, Rhs, Promotion >

Definition at line 481 of file safe_conversions_impl.h.


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