Compares elements in the numlist NList1 with NList2.
More...
#include <numtypelist.h>
template<class NList1, class NList2>
class NL::Compare< NList1, NList2 >
- Parameters
-
NList1 | a numlist |
NList2 | a numlist |
- Returns
- Positive value, if the numlist NList1 greater than NList2, negative value otherwise. Returns zero, if NList1 and NList2 are equal. (last element is the most significant)
Compare<NList1,NList2>::value
The documentation for this class was generated from the following file: