tmp/tmp344_i6_b/{from.md → to.md}
RENAMED
|
@@ -69,16 +69,10 @@ streambuf* rdbuf(streambuf* bytebuf);
|
|
| 69 |
|
| 70 |
*Effects:* Stores `bytebuf` in `bufptr`.
|
| 71 |
|
| 72 |
*Returns:* The previous value of `bufptr`.
|
| 73 |
|
| 74 |
-
``` cpp
|
| 75 |
-
using state_type = typename Codecvt::state_type;
|
| 76 |
-
```
|
| 77 |
-
|
| 78 |
-
The type shall be a synonym for `Codecvt::state_type`.
|
| 79 |
-
|
| 80 |
``` cpp
|
| 81 |
explicit wbuffer_convert(
|
| 82 |
streambuf* bytebuf,
|
| 83 |
Codecvt* pcvt = new Codecvt,
|
| 84 |
state_type state = state_type());
|
|
|
|
| 69 |
|
| 70 |
*Effects:* Stores `bytebuf` in `bufptr`.
|
| 71 |
|
| 72 |
*Returns:* The previous value of `bufptr`.
|
| 73 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
``` cpp
|
| 75 |
explicit wbuffer_convert(
|
| 76 |
streambuf* bytebuf,
|
| 77 |
Codecvt* pcvt = new Codecvt,
|
| 78 |
state_type state = state_type());
|