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::ClampedMulFastOp< T, U > Struct Template Reference

#include <safe_math_shared_impl.h>

Collaboration diagram for pdfium::internal::ClampedMulFastOp< T, U >:

Public Member Functions

template<typename V>
 __attribute__ ((always_inline)) static V Do(T x

Static Public Member Functions

template<typename V>
static constexpr V Do (T, U)

Public Attributes

y

Static Public Attributes

static const bool is_supported = false

Detailed Description

template<typename T, typename U>
struct pdfium::internal::ClampedMulFastOp< T, U >

Definition at line 93 of file safe_math_shared_impl.h.

Member Function Documentation

◆ __attribute__()

template<typename T, typename U>
template<typename V>
pdfium::internal::ClampedMulFastOp< T, U >::__attribute__ ( (always_inline) )

References y.

◆ Do()

template<typename T, typename U>
template<typename V>
constexpr V pdfium::internal::ClampedMulFastOp< T, U >::Do ( T ,
U  )
inlinestaticconstexpr

Definition at line 96 of file safe_math_shared_impl.h.

Member Data Documentation

◆ is_supported

template<typename T, typename U>
const bool pdfium::internal::ClampedMulFastOp< T, U >::is_supported = false
static

Definition at line 94 of file safe_math_shared_impl.h.

◆ y

template<typename T, typename U>
U pdfium::internal::ClampedMulFastOp< T, U >::y

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