|
Simo 0.0.1
|
#include <Time.h>
Public Types | |
| enum struct | Unit : std::uint8_t { PS , NS , US , MS , S } |
Static Public Attributes | |
| static Time | zero = Time(0) |
| static Time | one = Time(1) |
Friends | |
| struct | glz::meta< Time > |
| std::ostream & | operator<< (std::ostream &out, const Time &e) |
Express time in simulation. The minimum time that can be expressed in pico-seconds
The underlying representation is uint64_t, so all the operations are performed on this data type