Skip to content

Commit 56cc1a6

Browse files
author
Colin Robertson
committed
Add links from chrono to classes
1 parent 206ebfa commit 56cc1a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/standard-library/chrono.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Beginning in Visual Studio 2015, the implementation of `steady_clock` has change
2323
| Name | Description |
2424
|--|--|
2525
| [`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. |
2627
| [`time_point` class](../standard-library/time-point-class.md) | Describes a type that represents a point in time. |
2728
| [`time_zone` class](../standard-library/time-point-class.md) | Represents all time zone transitions for a specific geographic area. |
2829

@@ -33,6 +34,7 @@ Beginning in Visual Studio 2015, the implementation of `steady_clock` has change
3334
| [`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`. |
3435
| [`duration_values` struct](../standard-library/duration-values-structure.md) | Provides specific values for the `duration` template parameter `Rep`. |
3536
| [`high_resolution_clock` struct](../standard-library/high-resolution-clock-struct.md) | |
37+
| [`leap_second_info` struct](../standard-library/leap-second-info-struct.md) | The data returned by `get_leap_second_info`. |
3638
| [`steady_clock` struct](../standard-library/steady-clock-struct.md) | Represents a `steady` clock. |
3739
| [`system_clock` struct](../standard-library/system-clock-structure.md) | Represents a *`clock type`* that is based on the real-time clock of the system. |
3840
| [`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

Comments
 (0)