itertools::transform_iter::operator==
#include <itertools/transform_iter.hpp>
Synopsis
bool operator== (transform_iter<Iter, F, Value> const & other) const template<typename SentinelIter>
Documentation
Template parameters
SentinelIter Iterator type of the sentinel.
Parameters
other itertools::transform_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.