Adds two numlists even then if their lengths are different.
More...
#include <numtypelist.h>
template<class NList1, class NList2>
class NL::Add< NList1, NList2 >
- Parameters
-
NList1 | a numlist |
NList2 | a numlist |
- Returns
- a numlist which elements are sums of correspondent in NList1 and NList2 the tail of the longest numlist is appended
Add<NList1,NList2>::Result
The documentation for this class was generated from the following file: