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