|
PPL
0.12.1
|
Binary predicate defining the total ordering on variables. More...
#include <Variable.defs.hh>
Public Member Functions | |
| bool | operator() (Variable x, Variable y) const |
Returns true if and only if x comes before y. | |
Binary predicate defining the total ordering on variables.
Definition at line 124 of file Variable.defs.hh.
Returns true if and only if x comes before y.
Definition at line 83 of file Variable.inlines.hh.
References Parma_Polyhedra_Library::Variable::less().
{
return less(x, y);
}