tmp/tmpirmxdmas/{from.md → to.md}
RENAMED
|
@@ -12,7 +12,7 @@ sequence `seq`, initially consisting of the elements defined by the
|
|
| 12 |
range \[`str.begin()`, `str.end()`). Determines padding for `seq` as
|
| 13 |
described in [[ostream.formatted.reqmts]]. Then inserts `seq` as if by
|
| 14 |
calling `os.rdbuf()->sputn(seq, n)`, where `n` is the larger of
|
| 15 |
`os.width()` and `str.size()`; then calls `os.width(0)`.
|
| 16 |
|
| 17 |
-
*Returns:* `os`
|
| 18 |
|
|
|
|
| 12 |
range \[`str.begin()`, `str.end()`). Determines padding for `seq` as
|
| 13 |
described in [[ostream.formatted.reqmts]]. Then inserts `seq` as if by
|
| 14 |
calling `os.rdbuf()->sputn(seq, n)`, where `n` is the larger of
|
| 15 |
`os.width()` and `str.size()`; then calls `os.width(0)`.
|
| 16 |
|
| 17 |
+
*Returns:* `os`.
|
| 18 |
|