Return true if the specified lhs and rhs iterators refer to the same list element or both are the end() iterator of the same list.
Synopsis
Declared in <bslstl_list.h>
bool
operator==(
List_Iterator<T1> lhs,
List_Iterator<T2> rhs);
Return Value
true if the iterators refer to the same element
Parameters
Name |
Description |
lhs |
first iterator to compare |
rhs |
second iterator to compare |
Created with MrDocs