Sane C++ Libraries
C++ Platform Abstraction Libraries
SC::Time::Milliseconds Struct Reference

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
 

Detailed Description

Type-safe wrapper of uint64 used to represent milliseconds.


The documentation for this struct was generated from the following file: