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

Type-safe wrapper of uint64 used to represent seconds. More...

#include <Time.h>

Public Member Functions

constexpr Seconds (int64_t sec)
 
constexpr operator Milliseconds ()
 

Public Attributes

int64_t sec
 

Detailed Description

Type-safe wrapper of uint64 used to represent seconds.


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