Functions | |
bool | overlaps (Rel lhs, Rel rhs, int cmp) |
Compute Range overlaps. |
|
Compute Range overlaps.
Takes the lhs and rhs operator and the result of comparing lhs and rhs ( Definition at line 30 of file Range.cc. References zypp::Rel::ANY, zypp::Rel::EQ, zypp::Rel::GE, zypp::Rel::GT, zypp::Rel::LE, zypp::Rel::LT, zypp::Rel::NE, and zypp::Rel::NONE. Referenced by zypp::Range< _Tp, _Compare >::overlaps(). |