![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qcheckedint_impl.h>
Static Public Member Functions | |
static constexpr bool | add (Int a, Int b, Int *result) noexcept |
static constexpr bool | sub (Int a, Int b, Int *result) noexcept |
static constexpr bool | mul (Int a, Int b, Int *result) noexcept |
static constexpr bool | div (Int a, Int b, Int *result) noexcept |
Static Public Attributes | |
static constexpr Int | MinInt = (std::numeric_limits<Int>::min)() |
static constexpr Int | MaxInt = (std::numeric_limits<Int>::max)() |
Definition at line 30 of file qcheckedint_impl.h.
|
inlinestaticnodiscardconstexprnoexcept |
Definition at line 36 of file qcheckedint_impl.h.
|
inlinestaticnodiscardconstexprnoexcept |
Definition at line 54 of file qcheckedint_impl.h.
|
inlinestaticnodiscardconstexprnoexcept |
Definition at line 48 of file qcheckedint_impl.h.
|
inlinestaticnodiscardconstexprnoexcept |
Definition at line 42 of file qcheckedint_impl.h.
|
inlinestaticconstexpr |
Definition at line 33 of file qcheckedint_impl.h.
|
inlinestaticconstexpr |
Definition at line 32 of file qcheckedint_impl.h.