Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: e32cmn.h

PtrAdd()

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

Description

Adds a value to 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.