|
SimpleWindow
|
全序比较接口 更多...
#include <IComparable.h>
Public 成员函数 | |
| int | CompareTo (TOther other) const |
| 比较当前对象与另一个对象的大小关系 | |
| bool | Equals (TOther other) const |
| 判断当前对象与另一个对象是否相等 | |
| bool | operator< (TOther other) const |
| 判断当前对象是否小于另一个对象 | |
| bool | operator<= (TOther other) const |
| 判断当前对象是否小于或等于另一个对象 | |
| bool | operator> (TOther other) const |
| 判断当前对象是否大于另一个对象 | |
| bool | operator>= (TOther other) const |
| 判断当前对象是否大于或等于另一个对象 | |
Public 成员函数 继承自 sw::IEqualityComparable< TDerived, TOther > | |
| bool | Equals (TOther other) const |
| 判断当前对象与另一个对象是否相等 | |
| bool | operator== (TOther other) const |
| 判断当前对象是否与另一个对象相等 | |
| bool | operator!= (TOther other) const |
| 判断当前对象是否与另一个对象不相等 | |
全序比较接口
|
inline |
比较当前对象与另一个对象的大小关系