opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Public Types | List of all members
osc::AppClock Struct Referencefinal

#include <app_clock.h>

Public Types

using rep = double
 
using period = std::ratio< 1 >
 
using duration = std::chrono::duration< rep, period >
 
using time_point = std::chrono::time_point< AppClock >
 

Member Typedef Documentation

◆ duration

using osc::AppClock::duration = std::chrono::duration<rep, period>

◆ period

using osc::AppClock::period = std::ratio<1>

◆ rep

◆ time_point

using osc::AppClock::time_point = std::chrono::time_point<AppClock>

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