PPL  1.2
Parma_Polyhedra_Library::Linear_System< Row >::Row_Less_Than Struct Reference

Ordering predicate (used when implementing the sort algorithm). More...

Public Member Functions

bool operator() (const Row &x, const Row &y) const
 

Detailed Description

template<typename Row>
struct Parma_Polyhedra_Library::Linear_System< Row >::Row_Less_Than

Ordering predicate (used when implementing the sort algorithm).

Definition at line 530 of file Linear_System_defs.hh.

Member Function Documentation

template<typename Row>
bool Parma_Polyhedra_Library::Linear_System< Row >::Row_Less_Than::operator() ( const Row &  x,
const Row &  y 
) const
inline

Definition at line 689 of file Linear_System_inlines.hh.

References Parma_Polyhedra_Library::compare().

690  {
691  return compare(x, y) < 0;
692 }
int compare(const Linear_Expression &x, const Linear_Expression &y)

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