Qt 6.x
The Qt SDK
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.

References Int.

◆ 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: