|
libzypp
17.7.0
|
General compare functor returning -1, 0, 1.
More...
#include <RelCompare.h>

Public Member Functions | |
| int | operator() (const Tp &lhs, const Tp &rhs) const |
General compare functor returning -1, 0, 1.
Expects Tp::compare to be a static comaprison method returning -1, 0, 1 if the elements compare <,==,>.
Definition at line 86 of file RelCompare.h.
|
inline |
Definition at line 88 of file RelCompare.h.