Return true if this iterator compares equal to the specified rhs sentinel, and false otherwise.
Declared in <bslstl_vector.h>
bool
operator==(auto rhs) const;
true if this iterator equals the sentinel, and false otherwise
| Name | Description |
|---|---|
| rhs | sentinel to compare with |