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

CRxArrayParticle::Front Method

C++
Rx::SParticle& Front()

Returns a reference to the first element in the array. Calling Front on an empty array is undefined.

Returns

Rx::SParticle&

Reference to the first element.