tetl 0.1.0
Embedded Template Library
|
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. | |