itertools::zipped::begin

#include <itertools/zipped.hpp>

Synopsis

  1. iterator begin () noexcept
  2. const_iterator begin () const

Documentation

2) Const overload of begin().

Returns

itertools::zip_iter constructed from the begin iterators of the original ranges.