|
noexcept |
Compares positions of two generating iterators for equality.
right | An instance of the generating iterator to compare with. |
true
, if integral positions of the comparands are equal, and false
otherwise.The operator only compares positional values which each of the iterators have, the generated values, if any, are not compared.