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

#include <safe_conversions_impl.h>

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

Public Types

using type = typename ArithmeticOrUnderlyingEnum<T>::type

Static Public Attributes

static const bool is_numeric = std::is_arithmetic<type>::value
static const bool is_checked = false
static const bool is_clamped = false
static const bool is_strict = false

Detailed Description

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

Definition at line 606 of file safe_conversions_impl.h.

Member Typedef Documentation

◆ type

template<typename T>
using pdfium::internal::UnderlyingType< T >::type = typename ArithmeticOrUnderlyingEnum<T>::type

Definition at line 607 of file safe_conversions_impl.h.

Member Data Documentation

◆ is_checked

template<typename T>
const bool pdfium::internal::UnderlyingType< T >::is_checked = false
static

Definition at line 609 of file safe_conversions_impl.h.

◆ is_clamped

template<typename T>
const bool pdfium::internal::UnderlyingType< T >::is_clamped = false
static

Definition at line 610 of file safe_conversions_impl.h.

◆ is_numeric

template<typename T>
const bool pdfium::internal::UnderlyingType< T >::is_numeric = std::is_arithmetic<type>::value
static

Definition at line 608 of file safe_conversions_impl.h.

◆ is_strict

template<typename T>
const bool pdfium::internal::UnderlyingType< T >::is_strict = false
static

Definition at line 611 of file safe_conversions_impl.h.


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