Location:
e32std.h
Link against:
TKeyCmpNumeric
Support
Supported from 5.0
Description
Governs the type of comparison to be made between numeric keys.
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 .
|
|