#include <Operators.h>
Static Public Member Functions | |
static bool | eq (T1 v1, UT2 v2) |
static bool | ge (T1 v1, UT2 v2) |
static bool | gr (T1 v1, UT2 v2) |
static bool | le (T1 v1, UT2 v2) |
static bool | lt (T1 v1, UT2 v2) |
static bool | ne (T1 v1, UT2 v2) |
static bool | re (T1, UT2) |
USCmp
. Having this class make Byte:ops, ... simpler to read and write.
Definition at line 147 of file Operators.h.
static bool SUCmp< T1, UT2 >::eq | ( | T1 | v1, | |
UT2 | v2 | |||
) | [inline, static] |
Definition at line 150 of file Operators.h.
References dods_max().
Here is the call graph for this function:
static bool SUCmp< T1, UT2 >::ge | ( | T1 | v1, | |
UT2 | v2 | |||
) | [inline, static] |
Definition at line 162 of file Operators.h.
References dods_max().
Here is the call graph for this function:
static bool SUCmp< T1, UT2 >::gr | ( | T1 | v1, | |
UT2 | v2 | |||
) | [inline, static] |
Definition at line 158 of file Operators.h.
References dods_max().
Here is the call graph for this function:
static bool SUCmp< T1, UT2 >::le | ( | T1 | v1, | |
UT2 | v2 | |||
) | [inline, static] |
Definition at line 170 of file Operators.h.
References dods_max().
Here is the call graph for this function:
static bool SUCmp< T1, UT2 >::lt | ( | T1 | v1, | |
UT2 | v2 | |||
) | [inline, static] |
Definition at line 166 of file Operators.h.
References dods_max().
Here is the call graph for this function:
static bool SUCmp< T1, UT2 >::ne | ( | T1 | v1, | |
UT2 | v2 | |||
) | [inline, static] |
Definition at line 154 of file Operators.h.
References dods_max().
Here is the call graph for this function:
static bool SUCmp< T1, UT2 >::re | ( | T1 | , | |
UT2 | ||||
) | [inline, static] |
Definition at line 174 of file Operators.h.