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

CRxArrayParticle::PushBack Method

C++
void PushBack(const Rx::SParticle& tValue)

Appends the given element value to the end of the array. The new element is initialized as a copy of tValue.

If the new size is greater than capacity then all iterators and references (including the past-the-end iterator) are invalidated. Otherwise only the past-the-end iterator is invalidated.

Parameters

[const Rx::SParticle&] tValue

The value of the element to append.