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