Namespace: Rx – Class: CRxArray – Header: Rx.Core/RxArray.h

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