From Jason Turner

[istreambuf.iterator::op!=]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp3d4z8gnq/{from.md → to.md} +0 -10
tmp/tmp3d4z8gnq/{from.md → to.md} RENAMED
@@ -1,10 +0,0 @@
1
- #### `operator!=` <a id="istreambuf.iterator::op!=">[[istreambuf.iterator::op!=]]</a>
2
-
3
- ``` cpp
4
- template <class charT, class traits>
5
- bool operator!=(const istreambuf_iterator<charT,traits>& a,
6
- const istreambuf_iterator<charT,traits>& b);
7
- ```
8
-
9
- *Returns:* `!a.equal(b)`.
10
-