tmp/tmpgps80mtu/{from.md → to.md}
RENAMED
|
@@ -4,11 +4,11 @@
|
|
| 4 |
basic_streambuf* setbuf(char_type* s, streamsize n);
|
| 5 |
```
|
| 6 |
|
| 7 |
*Effects:* Influences stream buffering in a way that is defined
|
| 8 |
separately for each class derived from `basic_streambuf` in this
|
| 9 |
-
Clause
|
| 10 |
|
| 11 |
*Default behavior:* Does nothing. Returns `this`.
|
| 12 |
|
| 13 |
``` cpp
|
| 14 |
pos_type seekoff(off_type off, ios_base::seekdir way,
|
|
@@ -16,12 +16,12 @@ pos_type seekoff(off_type off, ios_base::seekdir way,
|
|
| 16 |
= ios_base::in | ios_base::out);
|
| 17 |
```
|
| 18 |
|
| 19 |
*Effects:* Alters the stream positions within one or more of the
|
| 20 |
controlled sequences in a way that is defined separately for each class
|
| 21 |
-
derived from `basic_streambuf` in this
|
| 22 |
-
[[filebuf.virtuals]]
|
| 23 |
|
| 24 |
*Default behavior:* Returns `pos_type(off_type(-1))`.
|
| 25 |
|
| 26 |
``` cpp
|
| 27 |
pos_type seekpos(pos_type sp,
|
|
@@ -29,12 +29,12 @@ pos_type seekpos(pos_type sp,
|
|
| 29 |
= ios_base::in | ios_base::out);
|
| 30 |
```
|
| 31 |
|
| 32 |
*Effects:* Alters the stream positions within one or more of the
|
| 33 |
controlled sequences in a way that is defined separately for each class
|
| 34 |
-
derived from `basic_streambuf` in this
|
| 35 |
-
[[filebuf]]
|
| 36 |
|
| 37 |
*Default behavior:* Returns `pos_type(off_type(-1))`.
|
| 38 |
|
| 39 |
``` cpp
|
| 40 |
int sync();
|
|
|
|
| 4 |
basic_streambuf* setbuf(char_type* s, streamsize n);
|
| 5 |
```
|
| 6 |
|
| 7 |
*Effects:* Influences stream buffering in a way that is defined
|
| 8 |
separately for each class derived from `basic_streambuf` in this
|
| 9 |
+
Clause [[stringbuf.virtuals]], [[filebuf.virtuals]].
|
| 10 |
|
| 11 |
*Default behavior:* Does nothing. Returns `this`.
|
| 12 |
|
| 13 |
``` cpp
|
| 14 |
pos_type seekoff(off_type off, ios_base::seekdir way,
|
|
|
|
| 16 |
= ios_base::in | ios_base::out);
|
| 17 |
```
|
| 18 |
|
| 19 |
*Effects:* Alters the stream positions within one or more of the
|
| 20 |
controlled sequences in a way that is defined separately for each class
|
| 21 |
+
derived from `basic_streambuf` in this
|
| 22 |
+
Clause [[stringbuf.virtuals]], [[filebuf.virtuals]].
|
| 23 |
|
| 24 |
*Default behavior:* Returns `pos_type(off_type(-1))`.
|
| 25 |
|
| 26 |
``` cpp
|
| 27 |
pos_type seekpos(pos_type sp,
|
|
|
|
| 29 |
= ios_base::in | ios_base::out);
|
| 30 |
```
|
| 31 |
|
| 32 |
*Effects:* Alters the stream positions within one or more of the
|
| 33 |
controlled sequences in a way that is defined separately for each class
|
| 34 |
+
derived from `basic_streambuf` in this
|
| 35 |
+
Clause [[stringbuf]], [[filebuf]].
|
| 36 |
|
| 37 |
*Default behavior:* Returns `pos_type(off_type(-1))`.
|
| 38 |
|
| 39 |
``` cpp
|
| 40 |
int sync();
|