Checks whether both lhs
and rhs
are equal. Two stream iterators are equal if both of them are end-of-stream iterators or both of them refer to the same stream.
lhs
is equal to rhs
.lhs
is not equal to rhs
.lhs, rhs | - | stream iterators to compare |
true
if lhs
is equal to rhs
, false
otherwise.true
if lhs
is not equal to rhs
, false
otherwise.(none).
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/iterator/istream_iterator/operator_cmp