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
Name |
Description |
a |
The first iterator to compare. |
b |
The second iterator to compare. |
Created with MrDocs