Namespace: Rx – Class: CRxArrayParticle – Header: Rx.Core.Ex/RxArrayParticle.h

CRxArrayParticle::Swap Method

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

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