struct { ... } eve::algo::views::iota_with_step |
#include <eve/module/algo/algo/views/iota.hpp>
Example: iota_with_step(0.1, 0.2, 4) is a range [0.1, 0.3, 0.5, 0.7]
Required header: #include <eve/module/algo/algo/views/iota.hpp>
Has a shorthand eve::views::iota_with_step
in <eve/views/iota.hpp>
.