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