Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

numeric

numeric

Functions

template<typename TIterator , typename T >
void iota (TIterator first, TIterator last, T value)
 iota Reverse engineered version of std::iota for non C++ 0x11 compilers.

Function Documentation

void etl::iota ( TIterator  first,
TIterator  last,
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.

Definition at line 50 of file numeric.h.