class steady_clock;
成员类型 | 定义 | 说明 |
---|---|---|
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<steady_clock> | The clock's time_point type. |
成员常量 | 定义 |
---|---|
is_steady | true |
|
|
printing out 1000 stars... ******************************************************************************** ******************************************************************************** ******************************************************************************** ******************************************************************************** ******************************************************************************** ******************************************************************************** ******************************************************************************** ******************************************************************************** ******************************************************************************** ******************************************************************************** ******************************************************************************** ******************************************************************************** **************************************** It took me 0.112006 seconds. |