33typedef std::chrono::hours
Hours;
36typedef std::chrono::steady_clock::time_point
TimePoint;
40using namespace std::chrono_literals;
42constexpr std::chrono::hours
operator""_days(
unsigned long long days)
44 return std::chrono::hours(days * 24h);
std::chrono::system_clock::time_point SystemTimePoint
std::chrono::hours Hours
Hours shorthand typedef.
std::chrono::steady_clock::time_point TimePoint
time_point shorthand typedefs
std::chrono::seconds Seconds
Seconds shorthand typedef.
std::chrono::milliseconds Milliseconds
Milliseconds shorthand typedef.
std::chrono::minutes Minutes
Minutes shorthand typedef.