tmp/tmpuufc0zrd/{from.md → to.md}
RENAMED
|
@@ -43,10 +43,10 @@ int sync();
|
|
| 43 |
*Effects:* Synchronizes the controlled sequences with the arrays. That
|
| 44 |
is, if `pbase()` is non-null the characters between `pbase()` and
|
| 45 |
`pptr()` are written to the controlled sequence. The pointers may then
|
| 46 |
be reset as appropriate.
|
| 47 |
|
| 48 |
-
*Returns:* -1 on failure. What constitutes failure is determined by
|
| 49 |
-
derived class ([[filebuf.virtuals]]).
|
| 50 |
|
| 51 |
*Default behavior:* Returns zero.
|
| 52 |
|
|
|
|
| 43 |
*Effects:* Synchronizes the controlled sequences with the arrays. That
|
| 44 |
is, if `pbase()` is non-null the characters between `pbase()` and
|
| 45 |
`pptr()` are written to the controlled sequence. The pointers may then
|
| 46 |
be reset as appropriate.
|
| 47 |
|
| 48 |
+
*Returns:* `-1` on failure. What constitutes failure is determined by
|
| 49 |
+
each derived class ([[filebuf.virtuals]]).
|
| 50 |
|
| 51 |
*Default behavior:* Returns zero.
|
| 52 |
|