tmp/tmpnal_aqll/{from.md → to.md}
RENAMED
|
@@ -2,11 +2,13 @@
|
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
void emit();
|
| 5 |
```
|
| 6 |
|
| 7 |
-
*Effects:*
|
|
|
|
|
|
|
| 8 |
`setstate(ios_base::badbit)`.
|
| 9 |
|
| 10 |
[*Example 1*:
|
| 11 |
|
| 12 |
A flush on a `basic_osyncstream` does not flush immediately:
|
|
|
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
void emit();
|
| 5 |
```
|
| 6 |
|
| 7 |
+
*Effects:* Behaves as an unformatted output
|
| 8 |
+
function [[ostream.unformatted]]. After constructing a `sentry` object,
|
| 9 |
+
calls `sb.emit()`. If that call returns `false`, calls
|
| 10 |
`setstate(ios_base::badbit)`.
|
| 11 |
|
| 12 |
[*Example 1*:
|
| 13 |
|
| 14 |
A flush on a `basic_osyncstream` does not flush immediately:
|