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::ClampedNegFastOp< T > Struct Template Reference

#include <safe_math_shared_impl.h>

Collaboration diagram for pdfium::internal::ClampedNegFastOp< T >:

Public Member Functions

 __attribute__ ((always_inline)) static T Do(T value)

Static Public Member Functions

static constexpr T Do (T)

Static Public Attributes

static const bool is_supported = false

Detailed Description

template<typename T>
struct pdfium::internal::ClampedNegFastOp< T >

Definition at line 103 of file safe_math_shared_impl.h.

Member Function Documentation

◆ __attribute__()

template<typename T>
pdfium::internal::ClampedNegFastOp< T >::__attribute__ ( (always_inline) )
inline

Definition at line 140 of file safe_math_clang_gcc_impl.h.

◆ Do()

template<typename T>
constexpr T pdfium::internal::ClampedNegFastOp< T >::Do ( T )
inlinestaticconstexpr

Definition at line 105 of file safe_math_shared_impl.h.

Member Data Documentation

◆ is_supported

template<typename T>
const bool pdfium::internal::ClampedNegFastOp< T >::is_supported = false
static

Definition at line 104 of file safe_math_shared_impl.h.


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