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