Minimal implementation of the chrono
namespace.
More...
Classes | |
class | duration |
Duration template class. More... | |
Typedefs | |
typedef duration< __intmax_t, ratio< 1, 1000000000 > > | nanoseconds |
Duration with the unit nanoseconds. | |
typedef duration< __intmax_t, ratio< 1, 1000000 > > | microseconds |
Duration with the unit microseconds. | |
typedef duration< __intmax_t, ratio< 1, 1000 > > | milliseconds |
Duration with the unit milliseconds. | |
typedef duration< __intmax_t > | seconds |
Duration with the unit seconds. | |
typedef duration< __intmax_t, ratio< 60 > > | minutes |
Duration with the unit minutes. | |
typedef duration< __intmax_t, ratio< 3600 > > | hours |
Duration with the unit hours. |
Minimal implementation of the chrono
namespace.
The chrono
namespace provides types for specifying time intervals.