#include <chrono>
Go to the source code of this file.
|
using | Microseconds = std::chrono::microseconds |
| Microseconds shorthand typedef. More...
|
|
using | Milliseconds = std::chrono::milliseconds |
| Milliseconds shorthand typedef. More...
|
|
using | Seconds = std::chrono::seconds |
| Seconds shorthand typedef. More...
|
|
using | Minutes = std::chrono::minutes |
| Minutes shorthand typedef. More...
|
|
using | Hours = std::chrono::hours |
| Hours shorthand typedef. More...
|
|
using | Days = std::chrono::days |
| Days shorthand typedef. More...
|
|
using | Weeks = std::chrono::weeks |
| Weeks shorthand typedef. More...
|
|
using | Years = std::chrono::years |
| Years shorthand typedef. More...
|
|
using | Months = std::chrono::months |
| Months shorthand typedef. More...
|
|
using | TimePoint = std::chrono::steady_clock::time_point |
| time_point shorthand typedefs More...
|
|
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