BloombergLP::bslalg::operator==

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

NameDescription
lhsfirst iterator to compare
rhssecond iterator to compare