Wiselib
Public Member Functions
concepts::LessThanComparable_concept Class Reference

Models implementing this concept are comparable by the operations <,>,<= and >=. More...

List of all members.

Public Member Functions

bool operator< (X &other)
 <-Operator
bool operator<= (X &other)
 <=-Operator
bool operator> (X &other)
 >-Operator
bool operator>= (X &other)
 >=-Operator

Detailed Description

Models implementing this concept are comparable by the operations <,>,<= and >=.


Member Function Documentation

bool concepts::LessThanComparable_concept::operator< ( X &  other)

<-Operator

bool concepts::LessThanComparable_concept::operator<= ( X &  other)

<=-Operator

bool concepts::LessThanComparable_concept::operator> ( X &  other)

>-Operator

bool concepts::LessThanComparable_concept::operator>= ( X &  other)

>=-Operator


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines