Returns true if a and b refer to different elements.

Synopsis

Declared in <absl/container/chunked_queue.h>

bool
operator!=(
    iterator_common const& a,
    iterator_common const& b);

Return Value

true if the iterators are not equal.

Parameters

Name

Description

a

The first iterator to compare.

b

The second iterator to compare.

Created with MrDocs