![]() |
TrinityCore
|
#include <chrono>
Go to the source code of this file.
Typedefs | |
typedef std::chrono::milliseconds | Milliseconds |
Milliseconds shorthand typedef. | |
typedef std::chrono::seconds | Seconds |
Seconds shorthand typedef. | |
typedef std::chrono::minutes | Minutes |
Minutes shorthand typedef. | |
typedef std::chrono::hours | Hours |
Hours shorthand typedef. | |
typedef std::chrono::steady_clock::time_point | TimePoint |
time_point shorthand typedefs | |
typedef std::chrono::system_clock::time_point | SystemTimePoint |
Functions | |
constexpr std::chrono::hours | operator""_days (unsigned long long days) |
typedef std::chrono::hours Hours |
Hours shorthand typedef.
Definition at line 38 of file Duration.h.
typedef std::chrono::milliseconds Milliseconds |
Milliseconds shorthand typedef.
Definition at line 29 of file Duration.h.
typedef std::chrono::minutes Minutes |
Minutes shorthand typedef.
Definition at line 35 of file Duration.h.
typedef std::chrono::seconds Seconds |
Seconds shorthand typedef.
Definition at line 32 of file Duration.h.
typedef std::chrono::system_clock::time_point SystemTimePoint |
Definition at line 42 of file Duration.h.
typedef std::chrono::steady_clock::time_point TimePoint |
time_point shorthand typedefs
Definition at line 41 of file Duration.h.
|
constexpr |
Definition at line 47 of file Duration.h.