Location:
e32cmn.h
inline T Max(T aLeft, T aRight);
Returns the larger of two values.
|
|
inline T Max(T aLeft, TUint aRight);
Returns the larger of two objects, where the right hand object is a treated as a TInt for the purpose of comparison.
|
|