.. Generated automatically by cpp2rst .. highlight:: c .. role:: red .. role:: green .. role:: param .. _itertools__prod_iter__operator==: itertools::prod_iter::operator== ================================ *#include * **Synopsis** .. rst-class:: cppsynopsis 1. | bool :red:`operator==` (prod_iter const & :param:`other`) const 2. | :green:`template` | bool :red:`operator==` (:ref:`sentinel_t\ ` const & :param:`s`) const Documentation Template parameters ^^^^^^^^^^^^^^^^^^^ * :param:`SentinelIter` Iterator type of the sentinel. Parameters ^^^^^^^^^^ * :param:`other` itertools::prod_iter to compare with. * :param:`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.