#include "zypp/RelCompare.h"
Go to the source code of this file.
Namespaces | |
namespace | zypp |
namespace | zypp::range_detail |
Classes | |
struct | zypp::Range< _Tp, _Compare > |
Functions | |
bool | zypp::range_detail::overlaps (Rel lhs, Rel rhs, int cmp) |
Compute Range overlaps. | |
template<class _Tp, class _Compare> | |
bool | zypp::overlaps (const Range< _Tp, _Compare > &lhs, const Range< _Tp, _Compare > &rhs) |
template<class _Tp, class _Compare> | |
bool | zypp::operator== (const Range< _Tp, _Compare > &lhs, const Range< _Tp, _Compare > &rhs) |
template<class _Tp, class _Compare> | |
bool | zypp::operator!= (const Range< _Tp, _Compare > &lhs, const Range< _Tp, _Compare > &rhs) |
Definition in file Range.h.