TKeyCmpNumeric
Description
Governs the type of comparison to be made between numeric keys.
See also:
ECmpTInt8 |
The key is assumed to be of type TInt8. |
ECmpTInt16 |
The key is assumed to be of type TInt16. |
ECmpTInt32 |
The key is assumed to be of type TInt32. |
ECmpTInt |
The key is assumed to be of type TInt. |
ECmpTUint8 |
The key is assumed to be of type TUint8. |
ECmpTUint16 |
The key is assumed to be of type TUint16. |
ECmpTUint32 |
The key is assumed to be of type TUint32. |
ECmpTUint |
The key is assumed to be of type TUint. |
ECmpTInt64 |
The key is assumed to be of type TInt64. |
|