![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Namespaces | |
| namespace | QRoundingDownPrivate |
Functions | |
| template<unsigned b, typename Int, std::enable_if_t<(int(b)< 2), bool > = true> | |
| constexpr auto | qDivMod (Int) |
| template<unsigned b, typename Int, std::enable_if_t<(b > 1) &&!QCALMATH_ISPOW2(b) &&(int(b) > 0), bool > = true> | |
| constexpr auto | qDivMod (Int a) |
| template<unsigned b, typename Int, std::enable_if_t<(b > 1) &&QCALMATH_ISPOW2(b) &&(int(b) > 0), bool > = true> | |
| constexpr auto | qDivMod (Int a) |
| template<unsigned b, typename Int> | |
| constexpr Int | qDiv (Int a) |
| template<unsigned b, typename Int> | |
| constexpr Int | qMod (Int a) |
|
constexpr |
Definition at line 104 of file qcalendarmath_p.h.
|
constexpr |
Definition at line 90 of file qcalendarmath_p.h.
|
constexpr |
Definition at line 75 of file qcalendarmath_p.h.
|
constexpr |
Definition at line 62 of file qcalendarmath_p.h.
|
constexpr |
Definition at line 105 of file qcalendarmath_p.h.