µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
os::estd::chrono::high_resolution_clock Class Reference

#include <chrono>

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 206 of file chrono.

Member Typedef Documentation

◆ duration

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

Definition at line 210 of file chrono.

◆ period

Definition at line 212 of file chrono.

◆ rep

Definition at line 211 of file chrono.

◆ time_point

Definition at line 213 of file chrono.

Member Function Documentation

◆ now()

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

Definition at line 109 of file chrono.cpp.

Member Data Documentation

◆ is_steady

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

Definition at line 216 of file chrono.


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