Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: e32cmn.h

PtrSub()

inline T *PtrSub(T *aPtr, S aVal);

Description

Subtracts a value from a pointer.

Parameters

T *aPtr

Pointer to an object of type T.

S aVal

The value to be added.

Return value

T *

The resulting pointer value, as a pointer to a type T.