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