tmp/tmp_lcc7mz0/{from.md → to.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
##### Virtual functions <a id="locale.time.put.virtuals">[[locale.time.put.virtuals]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
iter_type do_put(iter_type s, ios_base&, char_type fill, const tm* t,
|
| 5 |
char format, char modifier) const;
|
| 6 |
```
|
|
@@ -11,17 +11,17 @@ parameters `format` and `modifier`, interpreted identically as the
|
|
| 11 |
format specifiers in the string argument to the standard library
|
| 12 |
function `strftime()`, except that the sequence of characters produced
|
| 13 |
for those specifiers that are described as depending on the C locale are
|
| 14 |
instead *implementation-defined*.
|
| 15 |
|
| 16 |
-
[*Note
|
| 17 |
implementation-defined. — *end note*]
|
| 18 |
|
| 19 |
*Returns:* An iterator pointing immediately after the last character
|
| 20 |
produced.
|
| 21 |
|
| 22 |
-
[*Note
|
| 23 |
implementation-defined formats or by derivations. A space character is a
|
| 24 |
reasonable default for this argument. — *end note*]
|
| 25 |
|
| 26 |
*Recommended practice:* Interpretation of the `modifier` should follow
|
| 27 |
POSIX conventions. Implementations should refer to other standards such
|
|
|
|
| 1 |
+
###### Virtual functions <a id="locale.time.put.virtuals">[[locale.time.put.virtuals]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
iter_type do_put(iter_type s, ios_base&, char_type fill, const tm* t,
|
| 5 |
char format, char modifier) const;
|
| 6 |
```
|
|
|
|
| 11 |
format specifiers in the string argument to the standard library
|
| 12 |
function `strftime()`, except that the sequence of characters produced
|
| 13 |
for those specifiers that are described as depending on the C locale are
|
| 14 |
instead *implementation-defined*.
|
| 15 |
|
| 16 |
+
[*Note 3*: Interpretation of the `modifier` argument is
|
| 17 |
implementation-defined. — *end note*]
|
| 18 |
|
| 19 |
*Returns:* An iterator pointing immediately after the last character
|
| 20 |
produced.
|
| 21 |
|
| 22 |
+
[*Note 4*: The `fill` argument can be used in the
|
| 23 |
implementation-defined formats or by derivations. A space character is a
|
| 24 |
reasonable default for this argument. — *end note*]
|
| 25 |
|
| 26 |
*Recommended practice:* Interpretation of the `modifier` should follow
|
| 27 |
POSIX conventions. Implementations should refer to other standards such
|