#include <chrono>
Go to the source code of this file.
|
typedef std::chrono::milliseconds | Milliseconds |
| Milliseconds shorthand typedef. More...
|
|
typedef std::chrono::seconds | Seconds |
| Seconds shorthand typedef. More...
|
|
typedef std::chrono::minutes | Minutes |
| Minutes shorthand typedef. More...
|
|
typedef std::chrono::hours | Hours |
| Hours shorthand typedef. More...
|
|
typedef std::chrono::steady_clock::time_point | TimePoint |
| time_point shorthand typedefs More...
|
|
typedef std::chrono::system_clock::time_point | SystemTimePoint |
|
◆ Hours
typedef std::chrono::hours Hours |
◆ Milliseconds
Milliseconds shorthand typedef.
◆ Minutes
typedef std::chrono::minutes Minutes |
Minutes shorthand typedef.
◆ Seconds
typedef std::chrono::seconds Seconds |
Seconds shorthand typedef.
◆ SystemTimePoint
◆ TimePoint
typedef std::chrono::steady_clock::time_point TimePoint |
time_point shorthand typedefs
◆ operator""_days()
constexpr std::chrono::hours operator""_days |
( |
unsigned long long |
days | ) |
|
44 return std::chrono::hours(days * 24h);