Namespace: Rx – Class: CRxArrayParticle – Header: Rx.Core.Ex/RxArrayParticle.h
CRxArrayParticle::Back Method
C++
Rx::SParticle& Back()
Returns a reference to the last element in the array. Calling Back on an empty array is undefined.
Returns
Rx::SParticle& |
Reference to the last element. |