itertools::stride_iter::constructor
#include <itertools/stride_iter.hpp>
Synopsis
stride_iter () stride_iter (Iter it, std::ptrdiff_t stride)
Documentation
1) Default constructor.
Parameters
it Iterator of the original range.
stride Stride for advancing the iterator (has to be > 0).