Share

AcArray::asArrayPtr () Method

C++

const T* asArrayPtr() const;

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?