tmp/tmpoej1ss3_/{from.md → to.md}
RENAMED
|
@@ -1,7 +1,13 @@
|
|
| 1 |
#### `strstream` operations <a id="depr.strstream.oper">[[depr.strstream.oper]]</a>
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
``` cpp
|
| 4 |
void freeze(bool freezefl = true);
|
| 5 |
```
|
| 6 |
|
| 7 |
*Effects:* Calls `rdbuf()->freeze(freezefl)`.
|
|
|
|
| 1 |
#### `strstream` operations <a id="depr.strstream.oper">[[depr.strstream.oper]]</a>
|
| 2 |
|
| 3 |
+
``` cpp
|
| 4 |
+
strstreambuf* rdbuf() const;
|
| 5 |
+
```
|
| 6 |
+
|
| 7 |
+
*Returns:* `&sb`.
|
| 8 |
+
|
| 9 |
``` cpp
|
| 10 |
void freeze(bool freezefl = true);
|
| 11 |
```
|
| 12 |
|
| 13 |
*Effects:* Calls `rdbuf()->freeze(freezefl)`.
|