itertools::enum_iter::constructor
#include <itertools/enum_iter.hpp>
Synopsis
enum_iter () 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.