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