absl::operator==

Returns true if a and b refer to the same element.

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 equal.

Parameters

NameDescription
aThe first iterator to compare.
bThe second iterator to compare.