Namespaces
Variants
Actions

C++ named requirements:TrivialClock(since C++11)

From cppreference.com
< cpp‎ | named req
 
 
C++ named requirements
 

The TrivialClock requirements describe the requirements satisfied by several clocks in the chrono library.

[edit]Requirements

For a type TC:

[edit]Standard library

The following types in the standard library satisfy TrivialClock requirements:

wall clock time from the system-wide realtime clock
(class)[edit]
monotonic clock that will never be adjusted
(class)[edit]
the clock with the shortest tick period available
(class)[edit]
(C++20)
Clock used for file time
(typedef)[edit]
represents file time values
(typedef)[edit]
close