libdap++ Updated for version 3.8.2
|
#include <Operators.h>
Static Public Member Functions | |
static bool | eq (T1 v1, T2 v2) |
static bool | ge (T1 v1, T2 v2) |
static bool | gr (T1 v1, T2 v2) |
static bool | le (T1 v1, T2 v2) |
static bool | lt (T1 v1, T2 v2) |
static bool | ne (T1 v1, T2 v2) |
static bool | re (T1, T2) |
Compare two numerical types, both of which are either signed or unsigned. This class is one implementation of the comparison policy used by rops.
Definition at line 62 of file Operators.h.
static bool libdap::Cmp< T1, T2 >::eq | ( | T1 | v1, |
T2 | v2 | ||
) | [inline, static] |
Definition at line 65 of file Operators.h.
static bool libdap::Cmp< T1, T2 >::ge | ( | T1 | v1, |
T2 | v2 | ||
) | [inline, static] |
Definition at line 77 of file Operators.h.
static bool libdap::Cmp< T1, T2 >::gr | ( | T1 | v1, |
T2 | v2 | ||
) | [inline, static] |
Definition at line 73 of file Operators.h.
static bool libdap::Cmp< T1, T2 >::le | ( | T1 | v1, |
T2 | v2 | ||
) | [inline, static] |
Definition at line 85 of file Operators.h.
static bool libdap::Cmp< T1, T2 >::lt | ( | T1 | v1, |
T2 | v2 | ||
) | [inline, static] |
Definition at line 81 of file Operators.h.
static bool libdap::Cmp< T1, T2 >::ne | ( | T1 | v1, |
T2 | v2 | ||
) | [inline, static] |
Definition at line 69 of file Operators.h.
static bool libdap::Cmp< T1, T2 >::re | ( | T1 | , |
T2 | |||
) | [inline, static] |
Definition at line 89 of file Operators.h.