PPL  0.12.1
Parma_Polyhedra_Library::Bit_Matrix::Bit_Row_Less_Than Struct Reference

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

List of all members.

Public Member Functions

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

Detailed Description

Ordering predicate (used when implementing the sort algorithm).

Definition at line 161 of file Bit_Matrix.defs.hh.


Member Function Documentation

bool Parma_Polyhedra_Library::Bit_Matrix::Bit_Row_Less_Than::operator() ( const Bit_Row x,
const Bit_Row y 
) const
inline

Definition at line 124 of file Bit_Matrix.inlines.hh.

                                                     {
  return compare(x, y) < 0;
}

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