Namespace: Rx – Class: CRxArrayUInt – Header: Rx.Core/RxArrayTypes.h
CRxArrayUInt::Front Method
C++
const unsigned int& Front()
Returns a reference to the first element in the array. Calling Front on an empty array is undefined.
Returns
const unsigned int& |
Reference to the first element. |