Type-safe wrapper of uint64 used to represent milliseconds. More...
#include <Time.h>
Public Member Functions | |
constexpr | Milliseconds (int64_t ms) |
bool | operator> (const Milliseconds other) const |
bool | operator< (const Milliseconds other) const |
Public Attributes | |
int64_t | ms |
Type-safe wrapper of uint64 used to represent milliseconds.