tmp/tmpepz3lln7/{from.md → to.md}
RENAMED
|
@@ -1,10 +0,0 @@
|
|
| 1 |
-
#### `istreambuf_iterator::equal` <a id="istreambuf.iterator::equal">[[istreambuf.iterator::equal]]</a>
|
| 2 |
-
|
| 3 |
-
``` cpp
|
| 4 |
-
bool equal(const istreambuf_iterator<charT,traits>& b) const;
|
| 5 |
-
```
|
| 6 |
-
|
| 7 |
-
*Returns:* `true` if and only if both iterators are at end-of-stream, or
|
| 8 |
-
neither is at end-of-stream, regardless of what `streambuf` object they
|
| 9 |
-
use.
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|