From Jason Turner

[istreambuf.iterator::equal]

Diff to HTML by rtfpessoa

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