|
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TheTrivialClock requirements describe the requirements satisfied by several clocks in thechrono library.
For a typeTC:
The following types in the standard library satisfyTrivialClock requirements:
(C++11) | wall clock time from the system-wide realtime clock (class)[edit] |
(C++11) | monotonic clock that will never be adjusted (class)[edit] |
(C++11) | the clock with the shortest tick period available (class)[edit] |
(C++20) | Clock used forfile time (typedef)[edit] |
(C++17) | represents file time values (typedef)[edit] |