itertools::enumerated::begin

#include <itertools/enumerated.hpp>

Synopsis

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

Documentation

2) Const overload of begin().

Returns

itertools::enum_iter constructed from the beginning of the original range with the index set to zero.