GnuCash  5.6-133-gc519490283+
Functions
Gnc_numeric_comparison_operators

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)
 

Detailed Description

Standard comparison operators, which do what one would expect.