.. Generated automatically by cpp2rst .. highlight:: c .. role:: red .. role:: green .. role:: param .. _itertools__multiplied__end: itertools::multiplied::end ========================== *#include * **Synopsis** .. rst-class:: cppsynopsis 1. | auto :red:`end` () noexcept 2. | auto :red:`end` () const Documentation **2)** Const overload of end(). Returns ^^^^^^^ itertools::sentinel_t containing the end iterator of the first original range, i.e. `std::end(std::get<0>(tu))`.