itertools::prod_iter::operator==
#include <itertools/prod_iter.hpp>
Synopsis
bool operator== (prod_iter<EndIters, Iters…> const & other) const template<typename SentinelIter>
Documentation
Template parameters
SentinelIter Iterator type of the sentinel.
Parameters
other itertools::prod_iter to compare with.
s itertools::sentinel_t to compare with.
Returns
True, if the first iterator, i.e. std::get<0>(its), is equal to the iterator of the sentinel.