|
MythTV master
|
Typedefs | |
| using | days = duration< CHRONO_TYPE, ratio< 86400 > > |
| using | weeks = duration< CHRONO_TYPE, ratio< 604800 > > |
| using | months = duration< CHRONO_TYPE, ratio< 2629746 > > |
| using | years = duration< CHRONO_TYPE, ratio< 31556952 > > |
| using std::chrono::days = typedef duration<CHRONO_TYPE, ratio<86400> > |
Definition at line 25 of file mythchrono.h.
| using std::chrono::months = typedef duration<CHRONO_TYPE, ratio<2629746> > |
Definition at line 27 of file mythchrono.h.
| using std::chrono::weeks = typedef duration<CHRONO_TYPE, ratio<604800> > |
Definition at line 26 of file mythchrono.h.
| using std::chrono::years = typedef duration<CHRONO_TYPE, ratio<31556952> > |
Definition at line 28 of file mythchrono.h.