Template Function icrar::range(IntType, IntType)

Function Documentation

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

returns a linear sequence of values from start to stop

Template Parameters:

IntType – integer type

Parameters:
  • start – start index

  • stop – exclusive end index

Returns:

std::vector<IntType>