In file Operators.h:

template class SUCmp

Compare two numerical types, the first one signed and the second unsigned

Documentation

Compare two numerical types, the first one signed and the second unsigned. If the signed argument is negative, zero is used in the comparison. This class is one implementation of the comparison policy used by rops. This class is here to make writing the Byte::ops, ... member functions simpler. It is not necessary since the functions could twiddle the order of arguments to rops and use #USCmp#. Having this class make Byte:ops, ... simper to read and write.

This class has no child classes.
See Also:
Byte::ops
USCmp
Cmp
ops

alphabetic index hierarchy of classes


generated by doc++