halcheck 1.0
Loading...
Searching...
No Matches

◆ operator==

template<typename R >
bool operator== ( const index_iterator< R > & lhs,
const index_iterator< R > & rhs )
friend

Determines if two iterators are equal.

Parameters
lhs,rhsThe iterators to compare.
Returns
lhs.index() == rhs.index()