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

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