prevector::const_iterator::operator==

Returns whether two iterators refer to the same element.

Synopsis

Declared in <prevector.h>

bool
operator==(const_iterator x) const;

Return Value

true if both iterators refer to the same element.

Parameters

NameDescription
xThe iterator to compare against.