ReactOS 0.4.15-dev-7842-g558ab78
tkeymap.cpp File Reference
#include "precomp.h"
Include dependency graph for tkeymap.cpp:

Go to the source code of this file.

Functions

bool operator< (const KeyMap &t1, const KeyMap &t2)
 

Function Documentation

◆ operator<()

bool operator< ( const KeyMap t1,
const KeyMap t2 
)

Definition at line 56 of file tkeymap.cpp.

56 {
57 return t1.key < t2.key;
58}
TKeyDef key
Definition: tkeymap.h:20