Namespace: Rx – Class: CRxArrayParticle – Header: Rx.Core.Ex/RxArrayParticle.h

CRxArrayParticle::CRxArray Constructor

C++
CRxArray(void* pvInternal, bool bMove)

Creates a new array by moving or copying the internal data into this array.

Parameters

[void*] pvInternal

[in,out] Pointer to the internal data.

[bool] bMove

True to move the data, false to copy the data.