From Jason Turner

[istreambuf.iterator::op++]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpzj8kfr5c/{from.md → to.md} +0 -17
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
-