itertools::enum_iter::constructor

#include <itertools/enum_iter.hpp>

Synopsis

  1. enum_iter ()
  2. enum_iter (Iter it)

Documentation

1) Default constructor sets the index to zero and default constructs the original iterator.

Parameters

  • it Iterator of the original range.