![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <safe_conversions.h>
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 |
Definition at line 272 of file safe_conversions.h.
using pdfium::internal::StrictNumeric< T >::type = T |
Definition at line 274 of file safe_conversions.h.
|
inlineconstexpr |
Definition at line 276 of file safe_conversions.h.
|
inlineconstexpr |
Definition at line 280 of file safe_conversions.h.
|
inlineconstexpr |
Definition at line 287 of file safe_conversions.h.
|
inlineconstexpr |
Definition at line 293 of file safe_conversions.h.
|
inlineconstexpr |
Definition at line 310 of file safe_conversions.h.