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

CRxArray::operator= Operator

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

Copy assignment operator. Replaces the contents with a copy of the contents of the given array.

Parameters

[const CRxArray<TValue>&] xArray

The array to copy.

Returns

CRxArray<TValue>&

This array.