itertools::enum_iter::operator==
#include <itertools/enum_iter.hpp>
Synopsis
bool operator== (enum_iter<Iter> const & other) const template<typename SentinelIter>
Documentation
Template parameters
SentinelIter Iterator type of the sentinel.
Parameters
other itertools::enum_iter to compare with.
s itertools::sentinel_t to compare with.
Returns
True, if the original iterator is equal to the iterator stored in the sentinel.