Parma_Polyhedra_Library::Bit_Matrix::Bit_Row_Less_Than Struct Reference
[C++ Language Interface]

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 147 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 121 of file Bit_Matrix.inlines.hh.

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


The documentation for this struct was generated from the following files:
Generated on Sun Feb 27 16:20:23 2011 for PPL by  doxygen 1.6.3