tmp/tmpbdexwfxj/{from.md → to.md}
RENAMED
|
@@ -2,11 +2,11 @@
|
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
int_type sputc(char_type c);
|
| 5 |
```
|
| 6 |
|
| 7 |
-
*
|
| 8 |
returns `overflow(traits::to_int_type(c))`. Otherwise, stores `c` at the
|
| 9 |
next pointer for the output sequence, increments the pointer, and
|
| 10 |
returns `traits::to_int_type(c)`.
|
| 11 |
|
| 12 |
``` cpp
|
|
|
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
int_type sputc(char_type c);
|
| 5 |
```
|
| 6 |
|
| 7 |
+
*Effects:* If the output sequence write position is not available,
|
| 8 |
returns `overflow(traits::to_int_type(c))`. Otherwise, stores `c` at the
|
| 9 |
next pointer for the output sequence, increments the pointer, and
|
| 10 |
returns `traits::to_int_type(c)`.
|
| 11 |
|
| 12 |
``` cpp
|