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