Namespace: Rx – Class: CRxArray – Header: Rx.Core/RxArray.h

CRxArray::CopyFrom Method

C++
virtual void CopyFrom(const IMemoryAccess* pxSrcMemory)

Copies the content of the given source memory into this array. Sets the size of this array to the size of the memory.

Parameters

[const IMemoryAccess*] pxSrcMemory

The source memory.