#include <chrono>
Go to the source code of this file.
|
| using | Microseconds = std::chrono::microseconds |
| | Microseconds shorthand typedef.
|
| |
| using | Milliseconds = std::chrono::milliseconds |
| | Milliseconds shorthand typedef.
|
| |
| using | Seconds = std::chrono::seconds |
| | Seconds shorthand typedef.
|
| |
| using | Minutes = std::chrono::minutes |
| | Minutes shorthand typedef.
|
| |
| using | Hours = std::chrono::hours |
| | Hours shorthand typedef.
|
| |
| using | Days = std::chrono::days |
| | Days shorthand typedef.
|
| |
| using | Weeks = std::chrono::weeks |
| | Weeks shorthand typedef.
|
| |
| using | Years = std::chrono::years |
| | Years shorthand typedef.
|
| |
| using | Months = std::chrono::months |
| | Months shorthand typedef.
|
| |
| using | TimePoint = std::chrono::steady_clock::time_point |
| | time_point shorthand typedefs
|
| |
| using | SystemTimePoint = std::chrono::system_clock::time_point |
| |
◆ Days
| using Days = std::chrono::days |
◆ Hours
| using Hours = std::chrono::hours |
◆ Microseconds
Microseconds shorthand typedef.
◆ Milliseconds
Milliseconds shorthand typedef.
◆ Minutes
| using Minutes = std::chrono::minutes |
Minutes shorthand typedef.
◆ Months
| using Months = std::chrono::months |
Months shorthand typedef.
◆ Seconds
| using Seconds = std::chrono::seconds |
Seconds shorthand typedef.
◆ SystemTimePoint
◆ TimePoint
| using TimePoint = std::chrono::steady_clock::time_point |
time_point shorthand typedefs
◆ Weeks
| using Weeks = std::chrono::weeks |
◆ Years
| using Years = std::chrono::years |
◆ operator""_days()
| constexpr Days operator""_days |
( |
unsigned long long |
days | ) |
|
|
constexpr |
76{
78}
std::chrono::days Days
Days shorthand typedef.
Definition Duration.h:55
◆ operator""_months()
| constexpr Months operator""_months |
( |
unsigned long long |
months | ) |
|
|
constexpr |
91{
93}
std::chrono::months Months
Months shorthand typedef.
Definition Duration.h:64
◆ operator""_weeks()
| constexpr Weeks operator""_weeks |
( |
unsigned long long |
weeks | ) |
|
|
constexpr |
81{
83}
std::chrono::weeks Weeks
Weeks shorthand typedef.
Definition Duration.h:58
◆ operator""_years()
| constexpr Years operator""_years |
( |
unsigned long long |
years | ) |
|
|
constexpr |
86{
88}
std::chrono::years Years
Years shorthand typedef.
Definition Duration.h:61