|
DUDS
|
Distributed Update of Data from Something
|
Provides Interstellar Time in Milliseconds. More...
#include <Interstellar.hpp>
Public Types | |
| typedef Milliseconds | duration |
| typedef duration::period | period |
| typedef duration::rep | rep |
| typedef TimePoint< MilliClock, duration > | time_point |
Static Public Member Functions | |
| static time_point | now () noexcept |
Static Public Attributes | |
| static constexpr bool | is_steady = false |
Provides Interstellar Time in Milliseconds.
The range of the 64-bit number is about 9.223e15 seconds, or about 292 million Earth years, before and after time zero. This should be useful for many long-running applications where a 128-bit integer is considered burdensome.
Definition at line 178 of file Interstellar.hpp.
Definition at line 179 of file Interstellar.hpp.
| typedef duration::period duds::time::interstellar::MilliClock::period |
Definition at line 181 of file Interstellar.hpp.
| typedef duration::rep duds::time::interstellar::MilliClock::rep |
Definition at line 180 of file Interstellar.hpp.
Definition at line 182 of file Interstellar.hpp.
|
inlinestaticnoexcept |
Definition at line 184 of file Interstellar.hpp.
|
static |
Definition at line 183 of file Interstellar.hpp.