Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: s32buf.h
Link against: estor.lib

operator<()

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.