class high_resolution_clock;
member type | definition | notes |
---|---|---|
rep | An arithmetic type (or a class that emulates it) | Used to store a count of periods. |
period | A ratio type | Represents the length of a period in seconds. |
duration | duration<rep,period> | The clock's duration type. |
time_point | time_point<high_resolution_clock> | The clock's time_point type. |
member constant | definition |
---|---|
is_steady | a bool value specifying whether the clock always advances, and whether it does at a steady state relative to physical time. |