Namespace: Rx – Class: CRxArrayUShort – Header: Rx.Core/RxArrayTypes.h

CRxArrayUShort::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.