Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
q20::chrono Namespace Reference

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

Typedef Documentation

◆ days

using q20::chrono::days = typedef std::chrono::duration<IntRep, std::ratio<86400> >

Definition at line 52 of file q20chrono.h.

◆ IntRep

using q20::chrono::IntRep = typedef int

Definition at line 38 of file q20chrono.h.

◆ months

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.

◆ weeks

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.

◆ years

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.