|
bool | pkg::operator== (const version &lhs, const version &rhs) |
| Test whether two versions are equal. More...
|
|
bool | pkg::operator!= (const version &lhs, const version &rhs) |
| Test whether two versions are unequal. More...
|
|
bool | pkg::operator< (const version &lhs, const version &rhs) |
| Test whether one version is less than another. More...
|
|
bool | pkg::operator>= (const version &lhs, const version &rhs) |
| Test whether one version is greater than or equal to another. More...
|
|
bool | pkg::operator<= (const version &lhs, const version &rhs) |
| Test whether one version is less than or equal to another. More...
|
|
bool | pkg::operator> (const version &lhs, const version &rhs) |
| Test whether one version is greater than another. More...
|
|