| libzypp 17.36.7
    | 
Functor to compare two elements by Rel based on a general TCompare functor. More...
#include <zypp/RelCompare.h>
| Public Member Functions | |
| CompareBy (Rel op_r) | |
| bool | operator() (const Tp &lhs, const Tp &rhs) const | 
| Public Attributes | |
| Rel | _op | 
Functor to compare two elements by Rel based on a general TCompare functor.
Expects TCompare to be suitable for use in compareByRel. Defaults to Compare<Tp>.
Definition at line 158 of file RelCompare.h.
| 
 | inline | 
Definition at line 160 of file RelCompare.h.
| 
 | inline | 
Definition at line 164 of file RelCompare.h.
| Rel zypp::CompareBy< Tp, TCompare >::_op | 
Definition at line 167 of file RelCompare.h.