Namespace: Rx – Class: CRxArrayInt – Header: Rx.Core/RxArrayTypes.h

CRxArrayInt::Front Method

C++
int& Front()

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

Returns

int&

Reference to the first element.