|
Wiselib
|
Models implementing this concept are comparable by the operations <,>,<= and >=. More...
Public Member Functions | |
| bool | operator< (X &other) |
| <-Operator | |
| bool | operator<= (X &other) |
| <=-Operator | |
| bool | operator> (X &other) |
| >-Operator | |
| bool | operator>= (X &other) |
| >=-Operator | |
Models implementing this concept are comparable by the operations <,>,<= and >=.
| 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
1.7.4