Namespace: Rx – Class: CRxArrayChar – Header: Rx.Core/RxArrayTypes.h
CRxArrayChar::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. |