![]() |
Qt 6.x
The Qt SDK
|
Typedefs | |
using | IntRep = int |
using | days = std::chrono::duration< IntRep, std::ratio< 86400 > > |
using | weeks = std::chrono::duration< IntRep, std::ratio_multiply< std::ratio< 7 >, days::period > > |
using | years = std::chrono::duration< IntRep, std::ratio_multiply< std::ratio< 146097, 400 >, days::period > > |
using | months = std::chrono::duration< IntRep, std::ratio_divide< years::period, std::ratio< 12 > > > |
using q20::chrono::days = typedef std::chrono::duration<IntRep, std::ratio<86400> > |
Definition at line 52 of file q20chrono.h.
using q20::chrono::IntRep = typedef int |
Definition at line 38 of file q20chrono.h.
using q20::chrono::months = typedef std::chrono::duration<IntRep, std::ratio_divide<years::period, std::ratio<12> >> |
Definition at line 55 of file q20chrono.h.
using q20::chrono::weeks = typedef std::chrono::duration<IntRep, std::ratio_multiply<std::ratio<7>, days::period> > |
Definition at line 53 of file q20chrono.h.
using q20::chrono::years = typedef std::chrono::duration<IntRep, std::ratio_multiply<std::ratio<146097, 400>, days::period> > |
Definition at line 54 of file q20chrono.h.