Return true if lhs and rhs point to the same element.
Synopsis
Declared in <bslalg_dequeiterator.h>
bool
operator==(
DequeIterator const& lhs,
DequeIterator const& rhs);
Return Value
true if both iterators point to the same element, and false otherwise
Parameters
Name |
Description |
lhs |
first iterator to compare |
rhs |
second iterator to compare |
Created with MrDocs