Share

AcArray::asArrayPtr

C++

T* asArrayPtr();

Description

This function returns a pointer to the actual buffer. It provides a way to emulate a simple array that can be passed to functions that require an array pointer.

Links

AcArray

Was this information helpful?