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

CRxArrayParticle::Front Method

C++
const Rx::SParticle& Front()

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

Returns

const Rx::SParticle&

Reference to the first element.