An iterator for all values from base to offset. Should be created with iota_with_step or iota. Not OK to compare two iterators generated from a different base.
More...
#include <eve/algo/views/iota.hpp>
An iterator for all values from base to offset. Should be created with iota_with_step or iota. Not OK to compare two iterators generated from a different base.
Required header: #include <eve/algo/views/iota.hpp>
Has a shorthand eve::views::iota_with_step_iterator in <eve/views/iota.hpp>.