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