GnuCash
5.6-150-g038405b370+
|
Standard comparison operators, which do what one would expect. More...
Functions | |
bool | operator< (GncNumeric a, GncNumeric b) |
bool | operator< (GncNumeric a, int64_t b) |
bool | operator< (int64_t a, GncNumeric b) |
bool | operator> (GncNumeric a, GncNumeric b) |
bool | operator> (GncNumeric a, int64_t b) |
bool | operator> (int64_t a, GncNumeric b) |
bool | operator== (GncNumeric a, GncNumeric b) |
bool | operator== (GncNumeric a, int64_t b) |
bool | operator== (int64_t a, GncNumeric b) |
bool | operator<= (GncNumeric a, GncNumeric b) |
bool | operator<= (GncNumeric a, int64_t b) |
bool | operator<= (int64_t a, GncNumeric b) |
bool | operator>= (GncNumeric a, GncNumeric b) |
bool | operator>= (GncNumeric a, int64_t b) |
bool | operator>= (int64_t a, GncNumeric b) |
bool | operator!= (GncNumeric a, GncNumeric b) |
bool | operator!= (GncNumeric a, int64_t b) |
bool | operator!= (int64_t a, GncNumeric b) |
Standard comparison operators, which do what one would expect.