tmp/tmpzj8kfr5c/{from.md → to.md}
RENAMED
|
@@ -1,17 +0,0 @@
|
|
| 1 |
-
#### `istreambuf_iterator::operator++` <a id="istreambuf.iterator::op++">[[istreambuf.iterator::op++]]</a>
|
| 2 |
-
|
| 3 |
-
``` cpp
|
| 4 |
-
istreambuf_iterator<charT,traits>&
|
| 5 |
-
istreambuf_iterator<charT,traits>::operator++();
|
| 6 |
-
```
|
| 7 |
-
|
| 8 |
-
*Effects:* `sbuf_->sbumpc()`.
|
| 9 |
-
|
| 10 |
-
*Returns:* `*this`.
|
| 11 |
-
|
| 12 |
-
``` cpp
|
| 13 |
-
proxy istreambuf_iterator<charT,traits>::operator++(int);
|
| 14 |
-
```
|
| 15 |
-
|
| 16 |
-
*Returns:* `proxy(sbuf_->sbumpc(), sbuf_)`.
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|