|
DUDS
|
Distributed Update of Data from Something
|
Provides Interstellar Time in seconds. More...
#include <Interstellar.hpp>
Public Types | |
| typedef Seconds | duration |
| typedef duration::period | period |
| typedef duration::rep | rep |
| typedef TimePoint< SecondClock, 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 seconds.
The range of the 64-bit number is about 9.223e18 seconds, or about 292 billion Earth years, before and after time zero. This should be useful for many long-running applications where a 128-bit integer is considered burdensome and high resolution is not required.
Definition at line 253 of file Interstellar.hpp.
Definition at line 254 of file Interstellar.hpp.
| typedef duration::period duds::time::interstellar::SecondClock::period |
Definition at line 256 of file Interstellar.hpp.
| typedef duration::rep duds::time::interstellar::SecondClock::rep |
Definition at line 255 of file Interstellar.hpp.
Definition at line 257 of file Interstellar.hpp.
|
inlinestaticnoexcept |
Definition at line 259 of file Interstellar.hpp.
|
static |
Definition at line 258 of file Interstellar.hpp.