Location:
s32buf.h
Link against: estor.lib
TBool operator<(TInt aLength,TStreamTransfer aTransfer);
Support
Supported from 5.0
Description
Tests whether the specified length is less than the value of the specified stream transfer object.
Parameters
TInt aLength |
The length to be compared. |
TStreamTransfer aTransfer |
The stream transfer object to be compared. |
|
Return value
TBool |
True, if the specified length is less than the value of the specified stream transfer object; false, otherwise. |
|