Comparison lower.
More...
template<class ElementType>
class ConceptRT::ComparisonLower< ElementType >
Comparison lower.
- Template Parameters
-
| ElementType | Type of elements to compare. |
|
| static bool | Compare (ElementType &left, ElementType &right) |
| | Compares two ElementType objects to determine their relative ordering. More...
|
| |
| static bool Compare |
( |
ElementType & |
left, |
|
|
ElementType & |
right |
|
) |
| |
|
inlinestatic |
Compares two ElementType objects to determine their relative ordering.
- Parameters
-
| left | [in,out] Element type to be compared. |
| right | [in,out] Element type to be compared. |
- Returns
- true if left is smaller than right, false if not.