Definition at line 32 of file KeyStroke.h.
Public Member Functions | |
| bool | operator() (const KeyStroke &left, const KeyStroke &right) const |
|
||||||||||||
|
Definition at line 34 of file KeyStroke.h. 00035 {
00036 return left.less(right);
00037 }
|
1.4.2