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::IsValueInRangeFastOp< Dst, Src, Enable > Struct Template Reference

#include <safe_conversions.h>

Collaboration diagram for pdfium::internal::IsValueInRangeFastOp< Dst, Src, Enable >:

Static Public Member Functions

static constexpr bool Do (Src value)

Static Public Attributes

static constexpr bool is_supported = false

Detailed Description

template<typename Dst, typename Src, typename Enable = void>
struct pdfium::internal::IsValueInRangeFastOp< Dst, Src, Enable >

Definition at line 41 of file safe_conversions.h.

Member Function Documentation

◆ Do()

template<typename Dst, typename Src, typename Enable = void>
constexpr bool pdfium::internal::IsValueInRangeFastOp< Dst, Src, Enable >::Do ( Src value)
inlinestaticconstexpr

Definition at line 43 of file safe_conversions.h.

Member Data Documentation

◆ is_supported

template<typename Dst, typename Src, typename Enable = void>
bool pdfium::internal::IsValueInRangeFastOp< Dst, Src, Enable >::is_supported = false
staticconstexpr

Definition at line 42 of file safe_conversions.h.


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