MythTV  master
Typedefs
std::chrono Namespace Reference

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

Typedef Documentation

◆ days

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

Definition at line 25 of file mythchrono.h.

◆ weeks

using std::chrono::weeks = typedef duration<CHRONO_TYPE, ratio<604800> >

Definition at line 26 of file mythchrono.h.

◆ months

using std::chrono::months = typedef duration<CHRONO_TYPE, ratio<2629746> >

Definition at line 27 of file mythchrono.h.

◆ years

using std::chrono::years = typedef duration<CHRONO_TYPE, ratio<31556952> >

Definition at line 28 of file mythchrono.h.