Returns true if a and b refer to different elements.
Declared in <absl/container/chunked_queue.h>
bool
operator!=(
iterator_common const& a,
iterator_common const& b);
true if the iterators are not equal.
| Name | Description |
|---|---|
| a | The first iterator to compare. |
| b | The second iterator to compare. |