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::StrictNumeric< T > Class Template Reference

#include <safe_conversions.h>

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

Public Types

using type = T

Public Member Functions

constexpr StrictNumeric ()
template<typename Src>
constexpr StrictNumeric (const StrictNumeric< Src > &rhs)
constexpr StrictNumeric (T value)
template<typename Src>
constexpr StrictNumeric (Src value)
template<typename Dst, typename std::enable_if< IsNumericRangeContained< Dst, T >::value >::type * = nullptr>
constexpr operator Dst () const

Detailed Description

template<typename T>
class pdfium::internal::StrictNumeric< T >

Definition at line 272 of file safe_conversions.h.

Member Typedef Documentation

◆ type

template<typename T>
using pdfium::internal::StrictNumeric< T >::type = T

Definition at line 274 of file safe_conversions.h.

Constructor & Destructor Documentation

◆ StrictNumeric() [1/4]

template<typename T>
pdfium::internal::StrictNumeric< T >::StrictNumeric ( )
inlineconstexpr

Definition at line 276 of file safe_conversions.h.

◆ StrictNumeric() [2/4]

template<typename T>
template<typename Src>
pdfium::internal::StrictNumeric< T >::StrictNumeric ( const StrictNumeric< Src > & rhs)
inlineconstexpr

Definition at line 280 of file safe_conversions.h.

◆ StrictNumeric() [3/4]

template<typename T>
pdfium::internal::StrictNumeric< T >::StrictNumeric ( T value)
inlineconstexpr

Definition at line 287 of file safe_conversions.h.

◆ StrictNumeric() [4/4]

template<typename T>
template<typename Src>
pdfium::internal::StrictNumeric< T >::StrictNumeric ( Src value)
inlineconstexpr

Definition at line 293 of file safe_conversions.h.

Member Function Documentation

◆ operator Dst()

template<typename T>
template<typename Dst, typename std::enable_if< IsNumericRangeContained< Dst, T >::value >::type * = nullptr>
pdfium::internal::StrictNumeric< T >::operator Dst ( ) const
inlineconstexpr

Definition at line 310 of file safe_conversions.h.


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