|
Wiselib
|
Models implementing this concept are comparable by the operations == and !=. More...
Public Member Functions | |
| bool | operator== (X &other) |
| ==-Operator (equality) | |
| bool | operator!= (X &other) |
| !=-Operator (inequality) | |
Models implementing this concept are comparable by the operations == and !=.
| bool concepts::EqualityComparable_concept::operator!= | ( | X & | other | ) |
!=-Operator (inequality)
| bool concepts::EqualityComparable_concept::operator== | ( | X & | other | ) |
==-Operator (equality)
1.7.4