Multiplies an element with given index of a numlist by an integer.
More...
#include <numtypelist.h>
template<class NList, unsigned int index, class Num>
class NL::MultAt< NList, index, Num >
- Parameters
-
NList | a numlist |
index | a non-negative integer |
Num | an integer |
- Returns
- a numlist in which the i-th element multiplied by Num comparing to NList An out-of-bounds index results in a compile-time error
MultAt<NList,index,Num>::Result
The documentation for this class was generated from the following file: