Expression | Return type | Operational semantics |
C1β::βrep | An arithmetic type or a class emulating an arithmetic type | The representation type of C1β::βduration. |
C1β::βperiod | a specialization of ratio | The tick period of the clock in seconds. |
C1β::βduration | chronoβ::βduration<C1β::βrep, C1β::βperiod> | The duration type of the clock. |
C1β::βtime_point | chronoβ::βtime_point<C1> or chronoβ::βtime_point<C2, C1β::βduration> | |
C1β::βis_steady | const bool | |
C1β::βnow() | C1β::βtime_point | Returns a time_point object representing the current point in time. |