You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/standard-library/chrono.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ Beginning in Visual Studio 2015, the implementation of `steady_clock` has change
23
23
| Name | Description |
24
24
|--|--|
25
25
|[`duration` class](../standard-library/duration-class.md)| Describes a type that holds a time interval. |
26
+
|[`leap_second` class](../standard-library/leap-second-class.md)| Represents a date and a value for an inserted leap second. |
26
27
|[`time_point` class](../standard-library/time-point-class.md)| Describes a type that represents a point in time. |
27
28
|[`time_zone` class](../standard-library/time-point-class.md)| Represents all time zone transitions for a specific geographic area. |
28
29
@@ -33,6 +34,7 @@ Beginning in Visual Studio 2015, the implementation of `steady_clock` has change
33
34
|[`common_type` struct](../standard-library/common-type-structure.md)| Describes specializations of class template [`common_type`](../standard-library/common-type-class.md) for instantiations of `duration` and `time_point`. |
34
35
|[`duration_values` struct](../standard-library/duration-values-structure.md)| Provides specific values for the `duration` template parameter `Rep`. |
|[`leap_second_info` struct](../standard-library/leap-second-info-struct.md)| The data returned by `get_leap_second_info`. |
36
38
|[`steady_clock` struct](../standard-library/steady-clock-struct.md)| Represents a `steady` clock. |
37
39
|[`system_clock` struct](../standard-library/system-clock-structure.md)| Represents a *`clock type`* that is based on the real-time clock of the system. |
38
40
|[`treat_as_floating_point` struct](../standard-library/treat-as-floating-point-structure.md)| Specifies whether a type can be treated as a floating-point type. |
0 commit comments