µOS++ IIIe Reference  v6.3.15
“Perfekt ist nicht gut genug”
The third edition of µOS++, a POSIX inspired open source system, written in C++.
os::estd::chrono::high_resolution_clock Class Reference

Public Types

using duration = std::chrono::nanoseconds
 
using period = duration::period
 
using rep = duration::rep
 
using time_point = std::chrono::time_point< high_resolution_clock >
 

Static Public Member Functions

static time_point now () noexcept
 

Static Public Attributes

static constexpr const bool is_steady { true }
 

Detailed Description

Definition at line 205 of file chrono.

Types

◆ duration

using os::estd::chrono::high_resolution_clock::duration = std::chrono::nanoseconds

Definition at line 209 of file chrono.

◆ period

Definition at line 211 of file chrono.

◆ rep

Definition at line 210 of file chrono.

◆ time_point

Definition at line 212 of file chrono.

Member Function Documentation

◆ now()

high_resolution_clock::time_point os::estd::chrono::high_resolution_clock::now ( void  )
staticnoexcept

Definition at line 107 of file chrono.cpp.

Member Data Documentation

◆ is_steady

constexpr const bool os::estd::chrono::high_resolution_clock::is_steady { true }
static

Definition at line 216 of file chrono.


The documentation for this class was generated from the following files: