tmp/tmp10cs2djr/{from.md → to.md}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
#### Class template `time_get` <a id="locale.time.get">[[locale.time.get]]</a>
|
| 2 |
|
| 3 |
-
##### General <a id="locale.time.get.general">[[locale.time.get.general]]</a>
|
| 4 |
|
| 5 |
``` cpp
|
| 6 |
namespace std {
|
| 7 |
class time_base {
|
| 8 |
public:
|
|
@@ -64,11 +64,11 @@ sequence; otherwise either an error is reported or unspecified values
|
|
| 64 |
are assigned.[^15]
|
| 65 |
|
| 66 |
If the end iterator is reached during parsing by any of the `get()`
|
| 67 |
member functions, the member sets `ios_base::eofbit` in `err`.
|
| 68 |
|
| 69 |
-
##### Members <a id="locale.time.get.members">[[locale.time.get.members]]</a>
|
| 70 |
|
| 71 |
``` cpp
|
| 72 |
dateorder date_order() const;
|
| 73 |
```
|
| 74 |
|
|
@@ -157,11 +157,11 @@ by what means the function performs case-insensitive comparison or
|
|
| 157 |
whether multi-character sequences are considered while doing
|
| 158 |
so. — *end note*]
|
| 159 |
|
| 160 |
*Returns:* `s`.
|
| 161 |
|
| 162 |
-
##### Virtual functions <a id="locale.time.get.virtuals">[[locale.time.get.virtuals]]</a>
|
| 163 |
|
| 164 |
``` cpp
|
| 165 |
dateorder do_date_order() const;
|
| 166 |
```
|
| 167 |
|
|
|
|
| 1 |
+
##### Class template `time_get` <a id="locale.time.get">[[locale.time.get]]</a>
|
| 2 |
|
| 3 |
+
###### General <a id="locale.time.get.general">[[locale.time.get.general]]</a>
|
| 4 |
|
| 5 |
``` cpp
|
| 6 |
namespace std {
|
| 7 |
class time_base {
|
| 8 |
public:
|
|
|
|
| 64 |
are assigned.[^15]
|
| 65 |
|
| 66 |
If the end iterator is reached during parsing by any of the `get()`
|
| 67 |
member functions, the member sets `ios_base::eofbit` in `err`.
|
| 68 |
|
| 69 |
+
###### Members <a id="locale.time.get.members">[[locale.time.get.members]]</a>
|
| 70 |
|
| 71 |
``` cpp
|
| 72 |
dateorder date_order() const;
|
| 73 |
```
|
| 74 |
|
|
|
|
| 157 |
whether multi-character sequences are considered while doing
|
| 158 |
so. — *end note*]
|
| 159 |
|
| 160 |
*Returns:* `s`.
|
| 161 |
|
| 162 |
+
###### Virtual functions <a id="locale.time.get.virtuals">[[locale.time.get.virtuals]]</a>
|
| 163 |
|
| 164 |
``` cpp
|
| 165 |
dateorder do_date_order() const;
|
| 166 |
```
|
| 167 |
|