libdap++ Updated for version 3.8.2
|
#include <Operators.h>
Static Public Member Functions | |
static bool | eq (UT1 v1, T2 v2) |
static bool | ge (UT1 v1, T2 v2) |
static bool | gr (UT1 v1, T2 v2) |
static bool | le (UT1 v1, T2 v2) |
static bool | lt (UT1 v1, T2 v2) |
static bool | ne (UT1 v1, T2 v2) |
static bool | re (UT1, T2) |
Compare two numerical types, the first one unsigned and the second signed. If the signed argument is negative, zero is used in the comparison. This class is one implementation of the comparison policy used by rops.
Definition at line 104 of file Operators.h.
static bool libdap::USCmp< UT1, T2 >::eq | ( | UT1 | v1, |
T2 | v2 | ||
) | [inline, static] |
Definition at line 107 of file Operators.h.
References libdap::dods_max().
static bool libdap::USCmp< UT1, T2 >::ge | ( | UT1 | v1, |
T2 | v2 | ||
) | [inline, static] |
Definition at line 119 of file Operators.h.
References libdap::dods_max().
static bool libdap::USCmp< UT1, T2 >::gr | ( | UT1 | v1, |
T2 | v2 | ||
) | [inline, static] |
Definition at line 115 of file Operators.h.
References libdap::dods_max().
static bool libdap::USCmp< UT1, T2 >::le | ( | UT1 | v1, |
T2 | v2 | ||
) | [inline, static] |
Definition at line 127 of file Operators.h.
References libdap::dods_max().
static bool libdap::USCmp< UT1, T2 >::lt | ( | UT1 | v1, |
T2 | v2 | ||
) | [inline, static] |
Definition at line 123 of file Operators.h.
References libdap::dods_max().
static bool libdap::USCmp< UT1, T2 >::ne | ( | UT1 | v1, |
T2 | v2 | ||
) | [inline, static] |
Definition at line 111 of file Operators.h.
References libdap::dods_max().
static bool libdap::USCmp< UT1, T2 >::re | ( | UT1 | , |
T2 | |||
) | [inline, static] |
Definition at line 131 of file Operators.h.