From Jason Turner

[time.zone.link.members]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpyz_m3ow4/{from.md → to.md} +15 -0
tmp/tmpyz_m3ow4/{from.md → to.md} RENAMED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #### Member functions <a id="time.zone.link.members">[[time.zone.link.members]]</a>
2
+
3
+ ``` cpp
4
+ string_view name() const noexcept;
5
+ ```
6
+
7
+ *Returns:* The alternative name for the time zone.
8
+
9
+ ``` cpp
10
+ string_view target() const noexcept;
11
+ ```
12
+
13
+ *Returns:* The name of the `time_zone` for which this `time_zone_link`
14
+ provides an alternative name.
15
+