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

CRxArrayShort::CRxArray Constructor

C++
CRxArray(const CRxArray<TValue>& xArray)

Copy constructor. Creates a copy of the given array.

Parameters

[const CRxArray<TValue>&] xArray

The array to copy.