Embedded Template Library 1.0
Loading...
Searching...
No Matches
numeric

Functions

template<typename TIterator , typename T >
ETL_CONSTEXPR14 void etl::iota (TIterator first, TIterator last, T value)
 

Detailed Description

Function Documentation

◆ iota()

template<typename TIterator , typename T >
ETL_CONSTEXPR14 void etl::iota ( TIterator  first,
TIterator  last,
T  value 
)

iota Reverse engineered version of std::iota for non C++ 0x11 compilers. Fills a range of elements with sequentially increasing values starting with value.

Parameters
firstAn iterator to the first position to fill.
lastAn iterator to the last + 1 position.