Template Function icrar::range(IntType)

Function Documentation

template<typename IntType>
std::vector<IntType> icrar::range(IntType stop)

returns a linear sequence of values from 0 to stop

Template Parameters:

IntType – integer type

Parameters:

stop – exclusive end index

Returns:

std::vector<IntType>