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