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

Comparison upper. More...

Detailed Description

template<class ElementType>
class ConceptRT::ComparisonUpper< ElementType >

Comparison upper.

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 greater than right, false if not.