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

CRxArrayChar::Swap Method

C++
void Swap(CRxArray<char>& 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<char>&] xArray

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