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

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