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