PPL  1.2
Parma_Polyhedra_Library::Variable::Compare Struct Reference

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. More...
 

Detailed Description

Binary predicate defining the total ordering on variables.

Definition at line 131 of file Variable_defs.hh.

Member Function Documentation

bool Parma_Polyhedra_Library::Variable::Compare::operator() ( Variable  x,
Variable  y 
) const
inline

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().

83  {
84  return less(x, y);
85 }
bool less(Variable v, Variable w)
Defines a total ordering on variables.

The documentation for this struct was generated from the following files: