tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
iota.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename ForwardIt, typename T>
constexpr auto iota (ForwardIt first, ForwardIt last, T value) -> void
 Fills the range [first, last) with sequentially increasing values, starting with value and repetitively evaluating ++value.