Comparison upper.  
 More...
template<class ElementType>
class ConceptRT::ComparisonUpper< ElementType >
Comparison upper. 
- 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 greater than right, false if not.