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

CRxArrayUInt::Front Method

C++
unsigned int& Front()

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

Returns

unsigned int&

Reference to the first element.