itertools::multiplied::end

#include <itertools/multiplied.hpp>

Synopsis

  1. auto end () noexcept
  2. auto 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)).