tmp/tmpelabzxq3/{from.md → to.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
#####
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
dateorder date_order() const;
|
| 5 |
```
|
| 6 |
|
|
@@ -47,11 +47,11 @@ iter_type get(iter_type s, iter_type end, ios_base& f, ios_base::iostate& err,
|
|
| 47 |
``` cpp
|
| 48 |
iter_type get(iter_type s, iter_type end, ios_base& f, ios_base::iostate& err,
|
| 49 |
tm* t, const char_type* fmt, const char_type* fmtend) const;
|
| 50 |
```
|
| 51 |
|
| 52 |
-
*
|
| 53 |
|
| 54 |
*Effects:* The function starts by evaluating `err = ios_base::goodbit`.
|
| 55 |
It then enters a loop, reading zero or more characters from `s` at each
|
| 56 |
iteration. Unless otherwise specified below, the loop terminates when
|
| 57 |
the first of the following conditions holds:
|
|
|
|
| 1 |
+
##### Members <a id="locale.time.get.members">[[locale.time.get.members]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
dateorder date_order() const;
|
| 5 |
```
|
| 6 |
|
|
|
|
| 47 |
``` cpp
|
| 48 |
iter_type get(iter_type s, iter_type end, ios_base& f, ios_base::iostate& err,
|
| 49 |
tm* t, const char_type* fmt, const char_type* fmtend) const;
|
| 50 |
```
|
| 51 |
|
| 52 |
+
*Preconditions:* \[`fmt`, `fmtend`) is a valid range.
|
| 53 |
|
| 54 |
*Effects:* The function starts by evaluating `err = ios_base::goodbit`.
|
| 55 |
It then enters a loop, reading zero or more characters from `s` at each
|
| 56 |
iteration. Unless otherwise specified below, the loop terminates when
|
| 57 |
the first of the following conditions holds:
|