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

CRxArrayUInt::Swap Method

C++
void Swap(CRxArray<unsigned int>& xArray)

Exchanges the contents of the array with those of xArray. Does not invoke any move, copy, or swap operations on individual elements.

Parameters

[CRxArray<unsigned int>&] xArray

[in,out] The array to exchange the contents with.