From Jason Turner

[depr.strstream.oper]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp20n02jt2/{from.md → to.md} +0 -26
tmp/tmp20n02jt2/{from.md → to.md} RENAMED
@@ -1,26 +0,0 @@
1
- #### `strstream` operations <a id="depr.strstream.oper">[[depr.strstream.oper]]</a>
2
-
3
- ``` cpp
4
- strstreambuf* rdbuf() const;
5
- ```
6
-
7
- *Returns:* `const_cast<strstreambuf*>(&sb)`.
8
-
9
- ``` cpp
10
- void freeze(bool freezefl = true);
11
- ```
12
-
13
- *Effects:* Calls `rdbuf()->freeze(freezefl)`.
14
-
15
- ``` cpp
16
- char* str();
17
- ```
18
-
19
- *Returns:* `rdbuf()->str()`.
20
-
21
- ``` cpp
22
- int pcount() const;
23
- ```
24
-
25
- *Returns:* `rdbuf()->pcount()`.
26
-