|
PPL
0.12.1
|
Ordering predicate (used when implementing the sort algorithm). More...
Public Member Functions | |
| bool | operator() (const Bit_Row &x, const Bit_Row &y) const |
Ordering predicate (used when implementing the sort algorithm).
Definition at line 161 of file Bit_Matrix.defs.hh.
|
inline |
Definition at line 124 of file Bit_Matrix.inlines.hh.
{
return compare(x, y) < 0;
}