![]() |
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_impl.h>
Public Types | |
using | SrcLimits = std::numeric_limits<Src> |
using | DstLimits = typename std::numeric_limits<Dst> |
Static Public Member Functions | |
template<typename T, typename std::enable_if< std::is_integral< T >::value >::type * = nullptr> | |
static constexpr T | Adjust (T value) |
template<typename T, typename std::enable_if< std::is_floating_point< T >::value >::type * = nullptr> | |
static constexpr T | Adjust (T value) |
static constexpr Dst | max () |
static constexpr Dst | lowest () |
Static Public Attributes | |
static const int | kShift |
Definition at line 229 of file safe_conversions_impl.h.
using pdfium::internal::NarrowingRange< Dst, Src, Bounds >::DstLimits = typename std::numeric_limits<Dst> |
Definition at line 231 of file safe_conversions_impl.h.
using pdfium::internal::NarrowingRange< Dst, Src, Bounds >::SrcLimits = std::numeric_limits<Src> |
Definition at line 230 of file safe_conversions_impl.h.
|
inlinestaticconstexpr |
Definition at line 245 of file safe_conversions_impl.h.
References kShift.
|
inlinestaticconstexpr |
Definition at line 257 of file safe_conversions_impl.h.
References kShift.
|
inlinestaticconstexpr |
Definition at line 264 of file safe_conversions_impl.h.
|
inlinestaticconstexpr |
Definition at line 263 of file safe_conversions_impl.h.
|
static |
Definition at line 234 of file safe_conversions_impl.h.
Referenced by Adjust().