Loris::PartialUtils::compareLabelLess Class Reference
#include <PartialUtils.h>
List of all members.
Detailed Description
Comparitor (binary) functor returning true if its first
Partial argument has a label whose 32-bit integer representation is less than that of the second
Partial argument's label, and false otherwise.
Member Function Documentation
| bool Loris::PartialUtils::compareLabelLess::operator() |
( |
const Partial * |
lhs, |
|
|
const Partial * |
rhs | |
|
) |
| | const [inline] |
Compare two Partials, return true if its first Partial argument has a label whose 32-bit integer representation is less than that of the second Partial argument's label, and false otherwise.
| bool Loris::PartialUtils::compareLabelLess::operator() |
( |
const Partial & |
lhs, |
|
|
const Partial & |
rhs | |
|
) |
| | const [inline] |
Compare two Partials, return true if its first Partial argument has a label whose 32-bit integer representation is less than that of the second Partial argument's label, and false otherwise.
The documentation for this class was generated from the following file: