Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QRoundingDown Namespace Reference

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 >
constexpr Int qDiv (Int a)
 
template<unsigned b, typename Int >
constexpr Int qMod (Int a)
 

Function Documentation

◆ qDiv()

template<unsigned b, typename Int >
constexpr Int QRoundingDown::qDiv ( Int a)
constexpr

Definition at line 104 of file qcalendarmath_p.h.

References qDiv().

Referenced by qDiv().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ qDivMod()

template<unsigned b, typename Int , std::enable_if_t<(int(b)< 2), bool > = true>
constexpr auto QRoundingDown::qDivMod ( Int a)
constexpr

Definition at line 62 of file qcalendarmath_p.h.

◆ qMod()

template<unsigned b, typename Int >
constexpr Int QRoundingDown::qMod ( Int a)
constexpr

Definition at line 105 of file qcalendarmath_p.h.

References qMod().

Referenced by qMod().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: