API Guides > ConceptRT 3.x
ComparisonLower< ElementType > Class Template Reference

Comparison lower. More...

Detailed Description

template<class ElementType>
class ConceptRT::ComparisonLower< ElementType >

Comparison lower.

Template Parameters
ElementTypeType of elements to compare.

Static Public Member Functions

static bool Compare (ElementType &left, ElementType &right)
 Compares two ElementType objects to determine their relative ordering. More...
 

Methods Documentation

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.